AGI STK VGT 11 Send comments on this topic.
AbsoluteTolerance Property (IAgCrdnSamplingCurvatureTolerance)
See Also 





Description

Get the absolute tolerance which determines acceptable difference between predicted and actual changes in values of sampled data over a step

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 11.1 Programming Interface