Eplan Platform API
Eplan.EplApi.DataModel.MasterData Namespace / Macro Class / PageProperty Property
the nIndex-th page is get the property from (one based)
the property id
the property index

In This Topic
    PageProperty Property
    In This Topic
    Gets the property of the n-th page in this macro
    Syntax
    public PropertyValue PageProperty( 
       uint nIndex,
       Properties.Page id,
       int idx
    ) {get;}
    public:
    property PropertyValue^ PageProperty {
       PropertyValue^ get(uint nIndex, Properties.Page id, int idx);
    }

    Parameters

    Parameter NameDescription
    nIndexthe nIndex-th page is get the property from (one based)
    idthe property id
    idxthe property index
    See Also