Harness proD API Help
EPLAN.Harness.API.Common.Enums Namespace / ApiDimOrientation Enumeration
In This Topic
    ApiDimOrientation Enumeration
    In This Topic
    Orientation of a dimension; orientation of its dimension line and its extension lines.
    Syntax
    public enum ApiDimOrientation : System.Enum 
    Members
    MemberDescription
    Align Dimension has orientation given by its points, can be diagonal.
    Auto Dimension will be set to either Align or Horizontal or Vertical upon creation depending on position of its points.
    Horizontal Dimension is graphically horizontal.
    Vertical Dimension is graphically vertical.
    Inheritance Hierarchy

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

    See Also