AGI STK VGT 11 Send comments on this topic.
TimeTolerance Property (IAgCrdnConvergeBasic)
See Also 





Description

Get the time tolerance which determines the time accuracy of the converged value.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TimeTolerance() As Double

[C#]
public double TimeTolerance {get; set;}

[Managed C++]
public: __property double get_TimeTolerance();
public: __property void set_TimeTolerance(
double
);

[Unmanaged C++]
public: HRESULT get_TimeTolerance(
double * pRetVal
);
public: HRESULT put_TimeTolerance(
double NewTimeTolerance
);

[Java]
public double getTimeTolerance();public void setTimeTolerance(
double
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1