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;}

Parameters

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