DeleteConnectionDefinitionPoints(ArrayList,Deletion,Boolean,Boolean,String) 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.
- strSchemaName
- Settings scheme to be used during the operation.
Exceptions
Exception | Description |
ArgumentException | Invalid parameters
found. |
ApplicationException | An internal interface
necessary for the
function could not be
created. |
BaseException | An error occurred,
while deleting connection
definition points or
wire designations.
Please read the
exception message |
See Also