Sequences Property
Runtime only
Applies To
Vision sequence
Description
This is a sequence array. This is used to access Sequences properties and results with an index.
Usage
VGet Sequences(index).Property, var
VGet Sequences(index).Result, var
- index
- Integer expression representing a sequence index.
- Property
- Name of the sequence property to access.
- Result
- Name of the sequence result to access.
- var
- Variable that will contain the value of the property or result. The data type will vary depending on whether property or results are specified.
Remarks
The Sequences property can be used to use an index instead of a name to access sequences.
See Also
Count Property