Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabase Class / AccessoryLists Property

In This Topic
    AccessoryLists Property
    In This Topic
    Gets all accessory lists that are stored in the parts database. They are sorted by it's name.
    Syntax
    public MDAccessoryList[] AccessoryLists {get;}
    public:
    property array<MDAccessoryList^>^ AccessoryLists {
       array<MDAccessoryList^>^ get();
    }
    Remarks
    the accessory lists are sorted by it's name
    See Also