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






Windows & Linux

Description

Get the option that determines whether to specify the gravitational parameter value or to inherit it from the central body.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseCentralBodyGravitationalParameter() As Boolean

[C#]
public bool UseCentralBodyGravitationalParameter {get; set;}

[Managed C++]
public: __property bool get_UseCentralBodyGravitationalParameter();
public: __property void set_UseCentralBodyGravitationalParameter(
bool
);

[Unmanaged C++]
public: HRESULT get_UseCentralBodyGravitationalParameter(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseCentralBodyGravitationalParameter(
VARIANT_BOOL NewUseCentralBodyGravitationalParameter
);

[Java]
public bool getUseCentralBodyGravitationalParameter();public void setUseCentralBodyGravitationalParameter(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface