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

In This Topic
    DoorPositions Property
    In This Topic
    Get all DoorPosition that belongs to the part.
    Syntax
    public MDDoorPosition[] DoorPositions {get;}
    public:
    property array<MDDoorPosition^>^ DoorPositions {
       array<MDDoorPosition^>^ get();
    }
    Remarks
    The DoorPositions are ordered in the same way as in the parts management
    See Also