Harness proD API Help
EPLAN.Harness.API.Common.Enums Namespace / ApiDecorationOrientation Enumeration
In This Topic
    ApiDecorationOrientation Enumeration
    In This Topic
    Orientation of the decoration to the decorated object.
    Syntax
    public enum ApiDecorationOrientation : System.Enum 
    Members
    MemberDescription
    BottomBottom (under the decorated object).
    BottomLeftTo the bottom-left of the decorated object.
    BottomRightTo the bottom-right of the decorated object.
    LeftTo the left of the decorated object.
    RightTo the right of the decorated object.
    TopTop (above the decorated object).
    TopLeftTo the top-left of the decorated object.
    TopRightTo the top-right of the decorated object.
    Inheritance Hierarchy

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

    See Also