AGI STK Objects 11 Send comments on this topic.
ErrorTolerance Property (IAgVeStepSizeControl)
See Also 





Description

If the method is relative error. Dimensionless.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_ErrorTolerance();
public: __property void set_ErrorTolerance(
double
);

[Unmanaged C++]
public: HRESULT get_ErrorTolerance(
double * pRetVal
);
public: HRESULT put_ErrorTolerance(
double NewErrorTolerance
);

[Java]
public double getErrorTolerance();public void setErrorTolerance(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1