Get the characteristic velocity computed from the primary and secondary bodies.
Read-only property
[Visual Basic .NET] |
---|
Public Property CharacteristicVelocity() As Double |
[C#] |
---|
public double CharacteristicVelocity {get;} |
[Managed C++] |
---|
public: __property double get_CharacteristicVelocity(); |
[Unmanaged C++] |
---|
public: HRESULT get_CharacteristicVelocity( double * pVal ); |
[Java] |
---|
public double getCharacteristicVelocity(); |