Description
Get the time delay convergence which determines the accuracy of computed propagation time between the two locations.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property TimeDelayConvergence() As Double
|
| [C#] |
|---|
public double TimeDelayConvergence {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_TimeDelayConvergence(); public: __property void set_TimeDelayConvergence( double );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_TimeDelayConvergence( double * pRetVal ); public: HRESULT put_TimeDelayConvergence( double NewTimeDelayConvergence );
|
| [Java] |
|---|
public double getTimeDelayConvergence();public void setTimeDelayConvergence( double );
|
See Also