Harness proD API Help
EPLAN.Harness.API.Common.Enums Namespace / ApiLengthAnnotationsVisibility Enumeration
In This Topic
    ApiLengthAnnotationsVisibility Enumeration
    In This Topic
    Type of length annotations visibility.
    Syntax
    public enum ApiLengthAnnotationsVisibility : System.Enum 
    Members
    MemberDescription
    AlwaysIf you move, for instance, a control point of a bundle, length annotations of wires routed in the bundle are always shown even though the wires do not have set the fixed length.
    FixedLengthsOnlyIf you move, for instance, a control point of a bundle, length annotations are shown only for those wires which have set the fixed length.
    NeverNo length annotations are shown even though paths (wires, cables, bundles, surface protections) have set the fixed length.
    Inheritance Hierarchy

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

    See Also