Eplan Platform API
Eplan.EplApi.HEServices Namespace / ConnectionService Class / DeleteConnectionDefinitionPoints Method / DeleteConnectionDefinitionPoints(ArrayList,Deletion,Boolean,Boolean) Method
List of connections for which to delete the wire designations or connection definition points.
Delete mode. Valid values are 0 and 1. See enumeration ConnectionService.Deletion.
If set to true, connection definition points indicated as 'manually set' are ignored.
If set to true, first the connections will be regenerated.

In This Topic
    DeleteConnectionDefinitionPoints(ArrayList,Deletion,Boolean,Boolean) Method
    In This Topic
    Delete wire designations and connection definition points.
    Syntax

    Parameters

    arrConnectionList
    List of connections for which to delete the wire designations or connection definition points.
    rDeleteMode
    Delete mode. Valid values are 0 and 1. See enumeration ConnectionService.Deletion.
    bLeaveManuals
    If set to true, connection definition points indicated as 'manually set' are ignored.
    bRegenrateConnections
    If set to true, first the connections will be regenerated.
    Exceptions
    ExceptionDescription
    Invalid parameters found.
    An internal interface necessary for the function could not be created.
    An error occurred, while deleting connection definition points or wire designations. Please read the exception message
    Remarks
    The last-used scheme which is currently set in GUI will be used during the operation. Unlike in the GUI, connections are not always generated, but only if bRegenrateConnections is set to true. CDPs to remove are taken from Connection.ConnectionDefPoints property. This property is updated after generating connections. Some methods like Cable.Create or Cable.SetLogicalArea don't update connections and Connection.ConnectionDefPoints property is empty which causes that CDP will not be removed. Please make sure that connections are up-to-date before using this method or use it with parameter bRegenerateConnections set to true.
    See Also