API Help
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

    nIndex
    the nIndex-th page is get the property from (one based)
    id
    the property id
    idx
    the property index
    See Also