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

In This Topic
    Properties Property (Placement)
    In This Topic
    Exposes P8 properties.
    Syntax
    public new PlacementPropertyList Properties {get;}
    public:
    new property PlacementPropertyList^ Properties {
       PlacementPropertyList^ 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