Eplan Platform API
Eplan.EplApi.DataModel Namespace / PagePropertyList Class / PAGE_MACRO Property / PAGE_MACRO Property

In This Topic
    PAGE_MACRO Property
    In This Topic
    Macro: Name # 11910.
    Syntax
    public PropertyValue PAGE_MACRO {get; set;}
    public:
    property PropertyValue^ PAGE_MACRO {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    File name of the page macro, if required with path specifications. Both relative as well as absolute directory paths are allowed.

    See Also