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
Inheritance Hierarchy
System.Object
EPLAN.Harness.API.DataStructures.RibbonCableInputBranchInfo
Syntax
public class RibbonCableInputBranchInfo
Public Constructors
Public Properties
| Name | Description |
 | BranchControlPoints |
Branch middle control points. These can be either coordinates or inline ribbon pin.
|
 | EndPoint |
Defines the end pin of this branch. When this is non-null this branch will be finished and thus cannot be split anymore.
|
 | FirstWireIndex |
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.
|
 | StartingPoint |
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).
|
 | WireCount |
Total number of wires in this branch.
|
Top
See Also