CreateAutoCable(Project,String,Boolean) Method
                In This Topic
            
            Automatically generate cables in the given project.
            
            
            Syntax
            
        
            Parameters
- oProject
- Project in which cables will be generated.
- strCreateSchemeName
- Name of the scheme used for generating cables.
- bRegenrateConnections
- If set to true, connections are generated prior to cable generation.
 
            Exceptions
| Exception | Description | 
|---|
| ArgumentException | Invalid parameters found. | 
| ApplicationException | \Internal interface necessary for cable
                                       generation could not be created. | 
| BaseException | Cable generation has reported an error.
                                Please read the exception message. | 
See Also