API Help
Eplan.EplApi.DataModel.Graphics Namespace / ViewDirectionType Enumeration

In This Topic
    ViewDirectionType Enumeration
    In This Topic
    Directions from which objects can be seen.
    Syntax
    public enum ViewDirectionType : System.Enum 
    public enum class ViewDirectionType : public System.Enum 
    Members
    MemberValueDescription
    Default0 
    FromBack6 
    FromBelow1 
    FromFront5 
    FromLeft3 
    FromRight4 
    FromTop2 
    IsoNorthEast9 
    IsoNorthWest10 
    IsoSouthEast7 
    IsoSouthWest8 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Eplan.EplApi.DataModel.Graphics.ViewDirectionType

    See Also