Harness proD API Help
EPLAN.Harness.API.DataStructures Namespace / RibbonCableInputBranchInfo Class / RibbonCableInputBranchInfo Constructor
Start pin of this branch. Each cable has only one start pin, so this is null for each but the first branch.
End pin of this branch. If this branch is not connected to any pin, leave this as null.
Branch middle control points.
Count of wires in this branch.
Index of the first wire in this branch.
In This Topic
    RibbonCableInputBranchInfo Constructor
    In This Topic
    Create new instance of RibbonCableInputBranchInfo.
    Syntax

    Parameters

    startPoint
    Start pin of this branch. Each cable has only one start pin, so this is null for each but the first branch.
    endPoint
    End pin of this branch. If this branch is not connected to any pin, leave this as null.
    branchControlPoints
    Branch middle control points.
    wireCount
    Count of wires in this branch.
    firstWireIndex
    Index of the first wire in this branch.
    See Also