ResultObject Property
Applies To
Vision Object: Text
Description
Specifies the vision object including the result you wish to render as a character string.
Usage
VGet Sequence.Object.ResultObject, var
VSet Sequence.Object.ResultObject, value
- Sequence
- String variable containing a sequence name.
- Object
- Name of an object or string variable containing an object name. The object must exist in the specified sequence.
- var
- String variable that will contain the value of the property.
- value
- String or string expression for the new value of the property.
Values
The name of the vision object, or “None”
Default: “None”
Remarks
Specify the vision object name in the ResultObject property. Specify the vision object containing the result you wish to render as a character string. The vision object specified must be executed before the Text object.
See Also
Text Object, ResultText1 to 3 Property, ShowLabel Property