Count Property
Applies To
Vision Sequence Objects
Description
Returns the number of sequences, or the number of sequence objects.
Usage
VGet Sequences.Count, var
VGet Sequence.Objects.Count, var
- Sequence
- Name of a sequence or string variable containing a sequence name.
- var
- Integer variable that will contain the value of the property.
Values
An integer that shows the number of sequences, or the number of objects for the sequence specified
Remarks
Use the Count property to determine how many objects are in a sequence when you want to iterate through all objects.
See Also
Objects Property, Sequences Property