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

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