Get the azimuth of the steering angle.
Read-only property
[Visual Basic .NET] |
---|
Public Property Azimuth() As Double |
[C#] |
---|
public double Azimuth {get;} |
[Managed C++] |
---|
public: __property double get_Azimuth(); |
[Unmanaged C++] |
---|
public: HRESULT get_Azimuth( double * pVal ); |
[Java] |
---|
public double getAzimuth(); |