Get the option that determines whether to specify the reference coordinate system or to the inherit inertial reference system from the central body.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseCentralBodyInertial() As Boolean |
[C#] |
---|
public bool UseCentralBodyInertial {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseCentralBodyInertial(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseCentralBodyInertial( VARIANT_BOOL * pRetVal ); public: HRESULT put_UseCentralBodyInertial( VARIANT_BOOL UseCentralBodyInertial ); |
[Java] |
---|
public bool getUseCentralBodyInertial(); public void setUseCentralBodyInertial( bool ); |