AGI STK Astrogator 11Send comments on this topic.
Tolerance Property (IAgVAStoppingCondition)
See Also 
Windows






Windows & Linux

Description

The desired tolerance for achieving the stopping condition. Dimension depends on context.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Tolerance() As Double
[C#]
public double Tolerance {get; set;}
[Managed C++]
public: __property double get_Tolerance();
public: __property void set_Tolerance(
   double
);
[Unmanaged C++]
public: HRESULT get_Tolerance(
   double * pRetVal
);
public: HRESULT put_Tolerance(
   double NewTolerance
);
[Java]
public double getTolerance();public void setTolerance(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.