Eplan Platform API
Eplan.EplApi.DataModel Namespace / SymbolReference Class / PropertyPlacements Property

In This Topic
    PropertyPlacements Property (SymbolReference)
    In This Topic
    Returns Eplan.EplApi.DataModel.Graphics.PropertyPlacements assigned to the SymbolReference.
    Syntax
    public PropertyPlacement[] PropertyPlacements {get;}
    public:
    property array<PropertyPlacement^>^ PropertyPlacements {
       array<PropertyPlacement^>^ get();
    }

    Property Value

    Eplan.EplApi.DataModel.Graphics.PropertyPlacements assigned to the SymbolReference.
    Remarks
    When a new object was created by API, the displayed properties are set from original default schema of the symbol, even if another was set as default by user. Please use property SymbolReference.PropertyPlacementsSchemas.Selected to change displayed properties schema.
    See Also