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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1