AGI STK VGT 11 Send comments on this topic.
UseCentralBodyInertial Property (IAgCrdnParameterSetOrbit)
See Also 
Windows






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface