AGI STK Objects 11 Send comments on this topic.
TimeLightDelayConvergence Property (IAgStkAccessAdvanced)
See Also 
Windows






Windows & Linux

Description

The tolerance used when iterating to determine the light time delay. Uses Time Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_TimeLightDelayConvergence();
public: __property void set_TimeLightDelayConvergence(
double
);

[Unmanaged C++]
public: HRESULT get_TimeLightDelayConvergence(
double * pRetVal
);
public: HRESULT put_TimeLightDelayConvergence(
double NewTimeLightDelayConvergence
);

[Java]
public double getTimeLightDelayConvergence();public void setTimeLightDelayConvergence(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface