DeleteConnectionDefinitionPoints(Project,Deletion,Boolean,Boolean,String) Method
In This Topic
Delete wire designations and connection definition points. This method acts only on connection definition points associated with (i.e. returned by) a connection existing in the project
Syntax
Parameters
| Parameter Name | Description |
|---|
| oProject | Project in 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
See Also