Eplan Platform API
Eplan.EplApi.DataModel.MasterData Namespace / SymbolVariant Class / PropertyPlacements Property

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

    Property Value

    Eplan.EplApi.DataModel.Graphics.PropertyPlacements assigned to the SymbolVariant.
    See Also