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





Description

Get the relative tolerance which determines the relative distance between the value and the boundaries within which the value is considered converged.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_RelativeTolerance();
public: __property void set_RelativeTolerance(
double
);

[Unmanaged C++]
public: HRESULT get_RelativeTolerance(
double * pRetVal
);
public: HRESULT put_RelativeTolerance(
double NewRelativeTolerance
);

[Java]
public double getRelativeTolerance();public void setRelativeTolerance(
double
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1