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 VelocityAzimuth() As System.Object |
[C#] |
---|
public System.Object VelocityAzimuth {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_VelocityAzimuth(); |
[Unmanaged C++] |
---|
public: HRESULT get_VelocityAzimuth( VARIANT * pVal ); public: HRESULT put_VelocityAzimuth( VARIANT newVal ); |
[Java] |
---|
public AgVariant getVelocityAzimuth(); public void setVelocityAzimuth( AgVariant ); |