<ValueSequence> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » ValueSequence

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32AddBoolAdds a Boolean expression to this object.
int32AddIntAdds an <int32> expression to this object.
int32AddStringAdds a string expression to this object.
int32ClearClears this object, resets it to constructor defaults, and deallocates internal memory. Does not destroy this object.
int32EvaluateBoolExpressionEvaluates two Boolean values according to the binary operator submitted to this function.
int32EvaluateIntExpressionEvaluates two <int32> values according to the binary operator submitted to this function.
int32EvaluateStrExpressionEvaluates two string values according to the binary operator submitted to this function.
int32FailsReturns true if the value sequence fails.
stringGetSequenceInfoReturns a string containing information about the sequence parameters, values, and results.
int32PassesReturns true if the value sequence passes.

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
int32PassesIfCountSets the count required for pass/fail. By default the evaluation operator is BinaryOperator_IsEqualTo. See also PassesIfOperator.
int32PassesIfOperatorSets the operator that evaluates the count. For example, if PassesIfCount is 3, you can set the evaluation operator to == 3, > 3, >= 3.