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