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

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