Harness proD API Help
EPLAN.Harness.API.Common.Enums Namespace / ApiCameraViewMode Enumeration
In This Topic
    ApiCameraViewMode Enumeration
    In This Topic
    View mode of a camera.
    Syntax
    public enum ApiCameraViewMode : System.Enum 
    Members
    MemberDescription
    BottomBottom view.
    BottomFrontBottom-front view.
    BottomFrontLeftBottom-front-left view.
    BottomFrontRightBottom-front-right view.
    BottomLeftBottom-left view.
    BottomRearBottom-rear view.
    BottomRearLeftBottom-rear-left view.
    BottomRearRightBottom-rear-right view.
    BottomRightBottom-right view.
    FrontFront view.
    FrontLeftFront-left view.
    FrontRightFront-right view.
    IsoIsometric view.
    LeftLeft view.
    RearRear view.
    RearLeftRear-left view.
    RearRightRear-right view.
    RightRight view.
    TopTop view.
    TopFrontTop-front view.
    TopFrontLeftTop-front-left view.
    TopFrontRightTop-front-right view.
    TopLeftTop-left view.
    TopRearTop-rear view.
    TopRearLeftTop-rear-left view.
    TopRearRightTop-rear-right view.
    TopRightTop-right view.
    Inheritance Hierarchy

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

    See Also