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

In This Topic
    AddConnectionPointInfo Method
    In This Topic
    Adds a new connection point info to the parts data
    Syntax
    public MDConnectionPointInfo AddConnectionPointInfo( 
       string name
    )
    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