Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDAccessoryPlacement Class / AccessoryPlacementPositions Property

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