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