Objects Property
Runtime Only
Applies To
Vision Sequence
Description
Array of objects in a sequence. Used to access object properties and results with an index.
Usage
VGet Sequence.Objects(index).Property, var
VGet Sequence.Objects(index).Result, var
VSet Sequence.Objects(index).Property, value
- Sequence
- Name of a sequence or string variable containing a sequence name.
- index
- Integer expression containing the index of an object in the specified sequence.
- Property
- Name of the object property to access.
- Result
- Name of the object result to access.
- var
- Variable that will contain the value of the property or result. The data type depends on which property or result is specified.
- value
- Expression for the new value of the property. The data type depends on which property is specified.
Remarks
Use the Objects property to access the objects in a sequence by using an index instead of a name.
See Also
Count Property, Type Property
← O Operation Property →