API Help
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegmentPropertyList Class / DMPLAOBJECT_MACRO Property / DMPLAOBJECT_MACRO(Int32) Property

In This Topic
    DMPLAOBJECT_MACRO(Int32) Property
    In This Topic
    Macro # 44008. This property isn't indexed.
    Syntax
    public PropertyValue DMPLAOBJECT_MACRO( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECT_MACRO {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    At each planning object in the tree view of the pre-planning navigator, a macro can be entered that contains parts of the circuit or the entire circuit.

    See Also