STK ObjectsSend 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 * pVal
);
public: HRESULT put_TimeLightDelayConvergence(
    double InVal
);
[Java]
public double getTimeLightDelayConvergence();
public void setTimeLightDelayConvergence(
    double
);
[Python - STK API ]
@property
def TimeLightDelayConvergence(self) -> float:

@TimeLightDelayConvergence.setter
def TimeLightDelayConvergence(self, InVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.