AGI STK Astrogator 11 Send comments on this topic.
AgEVACriteria Enumeration
See Also 

Description

The criteria type.

Members

Member Value Description
eVACriteriaEquals 0 The test parameter must be equal (within the specified tolerance) to the specified value.
eVACriteriaGreaterThan 1 The test parameter must be greater than the specified value.
eVACriteriaGreaterThanMinimum 2 The current value for the calculation object is greater by the specified tolerance than the minimum reached by that object during the segment.
eVACriteriaLessThan 3 The test parameter must be less than the specified value.
eVACriteriaLessThanMaximum 4 The current value for the calculation object is less by the specified tolerance than the maximum reached by that object during the segment.
eVACriteriaNotEqualTo 5 The test parameter must be not equal (within the specified tolerance) to the specified value.
© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1