AGI STK Objects 11 Send comments on this topic.
AbsoluteTolerance Property (IAgStkAccessAdvanced)
See Also 





Description

The criterion used for convergence in value for values near 0. An event is said to be detected when a constraint value's difference compared to the previous sample is within this tolerance: (value - previousValue) < absoluteTolerance.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_AbsoluteTolerance();
public: __property void set_AbsoluteTolerance(
double
);

[Unmanaged C++]
public: HRESULT get_AbsoluteTolerance(
double * pRetVal
);
public: HRESULT put_AbsoluteTolerance(
double NewAbsoluteTolerance
);

[Java]
public double getAbsoluteTolerance();public void setAbsoluteTolerance(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1