Returns the orientation method currently being used.
Read-only property
[Visual Basic .NET] |
---|
Public Property OrientationType() As AgEOrientationType |
[C#] |
---|
public AgEOrientationType OrientationType {get;} |
[Managed C++] |
---|
public: __property AgEOrientationType get_OrientationType(); |
[Unmanaged C++] |
---|
public: HRESULT get_OrientationType( AgEOrientationType * pType ); |
[Java] |
---|
public AgEOrientationType getOrientationType(); |
[Python - STK API ] |
---|
@property def OrientationType(self) -> "AgEOrientationType": |