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
);
|
See Also