API Help
Eplan.EplApi.MasterData Namespace / MDSymbolVariant Class / PropertyPlacements Property

In This Topic
    PropertyPlacements Property (MDSymbolVariant)
    In This Topic
    A read only list of all PropertyPlacements from the variant.
    Syntax
    public PropertyPlacement[] PropertyPlacements {get;}
    public:
    property array<PropertyPlacement^>^ PropertyPlacements {
       array<PropertyPlacement^>^ get();
    }

    Property Value

    All property placements of the symbol variant
    See Also