Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabase Class / AddConnectionPointInfo Method
The name of the connection point info will be added.

AddConnectionPointInfo Method
Adds a new connection point info to the parts data
Syntax
public MDConnectionPointInfo AddConnectionPointInfo( 
   string name
)

Parameters

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