API Help
Eplan.EplApi.DataModel Namespace / Placement Class / Properties Property

Properties Property (Placement)
Exposes P8 properties.
Syntax
public new PlacementPropertyList Properties {get;}

Property Value

PlacementPropertyList: the list of properties of this placement.
Exceptions
ExceptionDescription
Thrown during attempt to access transient placement's properties.
Thrown when this property is used for Eplan.EplApi.DataModel.EObjects.TerminalStrip or Eplan.EplApi.DataModel.EObjects.PlugStrip objects
Remarks
Do NOT use this function for TerminalStrip and PlugStrip objects.
See Also