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