In This Topic
Bundle connections of 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
- 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