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






Windows & Linux

Description

An event is said to be detected when a constraint value's relative difference compared to the previous sample is within this tolerance: (value - previousValue) / value < relativeTolerance.

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

© 2019 Analytical Graphics, Inc. All Rights Reserved.