Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPart Class / UserDefinedPropertyPositions Property

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