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