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





Description

How closely the test parameter must approximate the desired value for the constraint. Dimension depends on CalcObject.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Tolerance() As System.Object

[C#]
public System.Object Tolerance {get; set;}

[Managed C++]
public: __property VARIANT get_Tolerance();
public: __property void set_Tolerance(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_Tolerance(
VARIANT * pRetVal
);
public: HRESULT put_Tolerance(
VARIANT NewTolerance
);

[Java]
public Variant getTolerance();public void setTolerance(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1