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





Description

Whether or not to use regularized time; related to numerical integrator.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_UseRegularizedTime();
public: __property void set_UseRegularizedTime(
bool
);

[Unmanaged C++]
public: HRESULT get_UseRegularizedTime(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseRegularizedTime(
VARIANT_BOOL NewUseRegularizedTime
);

[Java]
public bool getUseRegularizedTime();public void setUseRegularizedTime(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1