API Help
Eplan.EplApi.MasterData Namespace / MDPart Class / ConfigurablePropertyPositions Property

In This Topic
    ConfigurablePropertyPositions Property
    In This Topic
    Gets all configurable property positions
    Syntax
    public MDConfigurablePropertyPosition[] ConfigurablePropertyPositions {get;}
    public:
    property array<MDConfigurablePropertyPosition^>^ ConfigurablePropertyPositions {
       array<MDConfigurablePropertyPosition^>^ get();
    }
    Remarks
    The ConfigurablePropertyPositions are ordered in the same way as in parts management
    See Also