AGI STK Astrogator 11 Send comments on this topic.
TimeDelayConvergenceTolerance Property (IAgVAStateCalcOnePtAccess)
See Also 





Description

The time delay convergence tolerance, if light time delay is applied. Uses Time Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TimeDelayConvergenceTolerance() As Double

[C#]
public double TimeDelayConvergenceTolerance {get; set;}

[Managed C++]
public: __property double get_TimeDelayConvergenceTolerance();
public: __property void set_TimeDelayConvergenceTolerance(
double
);

[Unmanaged C++]
public: HRESULT get_TimeDelayConvergenceTolerance(
double * pRetVal
);
public: HRESULT put_TimeDelayConvergenceTolerance(
double NewTimeDelayConvergenceTolerance
);

[Java]
public double getTimeDelayConvergenceTolerance();public void setTimeDelayConvergenceTolerance(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1