Harness proD API Help
EPLAN.Harness.API.DataStructures Namespace / RibbonCableInputBranchInfo Class
Members
In This Topic
    RibbonCableInputBranchInfo Class
    In This Topic
    An object containing data about a ribbon cable branch used as input for placing a new ribbon cable
    Object Model
    RibbonCableInputBranchInfo ClassIOccRibbonPin InterfaceIntegerProperty ClassIOccRibbonPin InterfaceIntegerProperty Class
    Inheritance Hierarchy

    System.Object
       EPLAN.Harness.API.DataStructures.RibbonCableInputBranchInfo

    Syntax
    public class RibbonCableInputBranchInfo 
    Public Constructors
     NameDescription
    Public ConstructorCreate new instance of RibbonCableInputBranchInfo.  
    Top
    Public Properties
     NameDescription
    Public Property Branch middle control points. These can be either coordinates or inline ribbon pin.  
    Public Property Defines the end pin of this branch. When this is non-null this branch will be finished and thus cannot be split anymore.  
    Public Property Index (the order of the first wire with respect to all cable's wires) of the first wire in this branch. The first wire of cable has index 0.  
    Public Property Defines the starting connector pin of the cable. This is non-null only for the main branch of the cable (i.e. the branch containing all wires).  
    Public Property Total number of wires in this branch.  
    Top
    See Also