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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface