BundleConnections(Project,Int32,Int32,Int32,Double,List<String>,Boolean,Boolean,Boolean) Method
In This Topic
Bundle connections of a project.
Syntax
public void BundleConnections(
Project ,
int ,
int ,
int ,
double ,
List<string> ,
bool ,
bool ,
bool
)
public:
void BundleConnections(
Project^ ,
int ,
int ,
int ,
double ,
List<String^>^ ,
bool ,
bool ,
bool
)
Parameters
| Parameter Name | Description |
|---|
| pProject | Project, which connections will be bundled |
| nStartValue | Start value for bundle numbers |
| nStepWith | Step with for bundle numbers |
| nNumWiresInBundleMax | Maximum number of wires per bundle |
| dSubXSectionInBundle | Maximum summary cross-section in a bundle |
| arrBundlingSchemas | List of bundling schemes |
| bPreferChains | If true daisy chanins (Net) will be prefered in bundle. |
| bDoCompleteProject | Apply for entire project |
| bShowPreview | Show preview |
Exceptions
See Also