AGI STK VGT 11 Send comments on this topic.
TimeDelayConvergence Property (IAgCrdnSignalDelayBasic)
See Also 





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1