Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabase Class / GetConstruction Method
The name of the construction that is searched.

In This Topic
GetConstruction Method
In This Topic
Gets a construction with the given name that is stored in the parts database.
Syntax
public MDConstruction GetConstruction( 
   string name
)

Parameters

name
The name of the construction that is searched.
Remarks
Returns the found construction (MDConstruction object) - otherwise null, if the construction is not found.
See Also