Eplan Platform API
Eplan.EplApi.HEServices Namespace / ConnectionService3D Class / BundleConnections Method / BundleConnections(StorableObject[],Int32,Int32,Int32,Double,List<String>,Boolean,Boolean) Method
List of object to consider for bundling (Connection3Ds or Function3Ds)
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 chains (Net) will be preferred in bundle.

In This Topic
    BundleConnections(StorableObject[],Int32,Int32,Int32,Double,List<String>,Boolean,Boolean) Method
    In This Topic
    Bundle connections
    Syntax

    Parameters

    Parameter NameDescription
    listOfObjectsList of object to consider for bundling (Connection3Ds or Function3Ds)
    nStartValueStart value for bundle numbers
    nStepWithStep with for bundle numbers
    nNumWiresInBundleMaxMaximum number of wires per bundle
    dSubXSectionInBundleMaximum summary cross-section in a bundle
    arrBundlingSchemasList of bundling schemes
    bPreferChainsIf true, daisy chains (Net) will be preferred in bundle.
    bShowPreview
    Exceptions
    ExceptionDescription
    Thrown when necessary argument is null.
    An interface used for export could not be created.
    No user rights to create files on the file system.
    See Also