API Help
Eplan.EplApi.MasterData Namespace / MDPartsDatabase Class / GetConnectionPointInfo Method
The name of the connection point info that is searched.

In This Topic
GetConnectionPointInfo Method
In This Topic
Gets a connection point info with the given name that is stored in the parts database.
Syntax
public MDConnectionPointInfo GetConnectionPointInfo( 
   string sName
)

Parameters

sName
The name of the connection point info that is searched.
Remarks
Returns the found connection point info (MDConnectionPointInfo object) - otherwise null, if the connection point info is not found.
See Also