Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDAccessoryList Class / AccessoryListPositions Property

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