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
- 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
| 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 | 
| InvalidScheme | An error occurs when
                                used scheme name
                                doesn't exist | 
See Also