Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabase Class / RemoveConnectionPointInfo Method
The connection point info that will be removed from the parts database.

In This Topic
    RemoveConnectionPointInfo Method
    In This Topic
    Removes a connection point info out of the parts database.
    Syntax
    public void RemoveConnectionPointInfo( 
       MDConnectionPointInfo connectionPointInfo
    )
    public:
    void RemoveConnectionPointInfo( 
       MDConnectionPointInfo^ connectionPointInfo
    ) 

    Parameters

    connectionPointInfo
    The connection point info that will be removed from the parts database.
    Remarks
    After removing the connection point info, the object is invalid.
    See Also