Get the orientation of the sensor.
Read-only property
[Visual Basic .NET] |
---|
Public Property Orientation() As IAgOrientation |
[C#] |
---|
public IAgOrientation Orientation {get;} |
[Managed C++] |
---|
public: __property IAgOrientation ^ get_Orientation(); |
[Unmanaged C++] |
---|
public: HRESULT get_Orientation( IAgOrientation ** ppVal ); |
[Java] |
---|
public IAgOrientation getOrientation(); |
[Python - STK API ] |
---|
@property def Orientation(self) -> "IAgOrientation": |