Harness proD API Help
EPLAN.Harness.API.Common.Enums Namespace / ApiDimensionPointType Enumeration
In This Topic
    ApiDimensionPointType Enumeration
    In This Topic
    Types of dimension and control points.
    Syntax
    public enum ApiDimensionPointType : System.Enum 
    Members
    MemberDescription
    CenterPlaced at the center of the control point.
    DimensionPointPlaced at the dimension point (applicable when the dimension is connected to connector's control point).
    LeftPlaced at the left side of bounding box.
    RightPlaced at the right side of bounding box.
    Inheritance Hierarchy

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

    See Also