Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabase Class / AddConstruction Method
The name of the construction will be added.

In This Topic
    AddConstruction Method
    In This Topic
    Adds a new construction to the parts database
    Syntax
    public MDConstruction AddConstruction( 
       string name
    )
    public:
    MDConstruction^ AddConstruction( 
       String^ name
    ) 

    Parameters

    name
    The name of the construction will be added.
    Exceptions
    ExceptionDescription
    If construction already exists.
    Remarks
    The name has to be unique in the construction list of the parts database.
    See Also