API Help
Eplan.EplApi.HEServices Namespace / ConnectionService3D Class / BundleConnections Method / BundleConnections(Project,Int32,Int32,Int32,Double,List<String>,Boolean,Boolean,Boolean) Method
Project, which connections will be bundled
Start value for bundle numbers
Step with for bundle numbers
Maximum number of wires per bundle
Maximum summary cross-section in a bundle
List of bundling schemes
If true daisy chanins (Net) will be prefered in bundle.
Apply for entire project
Show preview

In This Topic
    BundleConnections(Project,Int32,Int32,Int32,Double,List<String>,Boolean,Boolean,Boolean) Method
    In This Topic
    Bundle connections of project.
    Syntax

    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
    ExceptionDescription
    Thrown when neccessary argument is null.
    The System::Int32ernal System::Int32erface used for export could not be created.
    No user rights to create files on the file system.
    See Also