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





Description

The tolerance used when iterating to determine the light time delay. The iteration stops when the improvement in the value is less than this tolerance. 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