Harness proD API Help
EPLAN.Harness.API.Common.Enums Namespace / ApiBendEdgeDirection Enumeration
In This Topic
    ApiBendEdgeDirection Enumeration
    In This Topic
    Enum for selection of bending direction on manin edge in cable drawing. The edge is segment of cable, wire, bundle etc.
    Syntax
    public enum ApiBendEdgeDirection : System.Enum 
    Members
    MemberDescription
    LeftThe edge is bended on the left side from the control point.
    RightThe edge is bended on the right side from the control point.
    UnsetThe edge is straight or bended automatically.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             EPLAN.Harness.API.Common.Enums.ApiBendEdgeDirection

    See Also