Gets or sets the angle in the satellite local horizontal plane between the projection of the velocity vector onto this plane and the local north direction measured as positive in the clockwise direction. Uses Angle Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property Azimuth() As Double |
[C#] |
---|
public double Azimuth {get; set;} |
[Managed C++] |
---|
public: __property double get_Azimuth(); |
[Unmanaged C++] |
---|
public: HRESULT get_Azimuth( double * pVal ); public: HRESULT put_Azimuth( double vAzimuth ); |
[Java] |
---|
public double getAzimuth(); public void setAzimuth( double ); |