AGI STK Astrogator 11 Send comments on this topic.
UseVariationOfParameters Property (IAgVANumericalPropagatorWrapper)
See Also 





Description

Whether or not to use a variation of parameters(VOP) in universal variables formulation of the equations of motion; related to numerical integrator.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_UseVariationOfParameters();
public: __property void set_UseVariationOfParameters(
bool
);

[Unmanaged C++]
public: HRESULT get_UseVariationOfParameters(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseVariationOfParameters(
VARIANT_BOOL NewUseVariationOfParameters
);

[Java]
public bool getUseVariationOfParameters();public void setUseVariationOfParameters(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1