Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegment Class / Macro Property

In This Topic
    Macro Property
    In This Topic
    Macro file with window or page macros, used when placing the macro.
    Syntax
    public string Macro {get; set;}
    public:
    property String^ Macro {
       String^ get();
       void set (    String^ value);
    }
    See Also