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

AddConstruction Method
Adds a new construction to the parts database
Syntax
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