API Help
Eplan.EplApi.DataModel Namespace / PagePropertyList Class / PAGE_MACRO Property / PAGE_MACRO(Int32) Property

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

    Parameters

    index

    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