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

ViewDirectionType Enumeration
Directions from which objects can be seen.
Syntax
public enum ViewDirectionType : 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