ScaleTarget Property
Applies To
Vision Objects: Geometric
Description
Sets / returns the expected scale of the object you are searching for.
Usage
VGet Sequence.Object.ScaleTarget, var
VSet Sequence.Object.ScaleTarget, value
- Sequence
- Name of a sequence or 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
- Real variable that will contain the value of the property.
- value
- Real number or expression for the new value of the property.
Values
0.5 to 2.0
Default: 1.0
Remarks
To use ScaleTarget, you must set the ScaleEnabled property to "True". The actual scale range is determined by ScaleTarget, ScaleFactorMin, and ScaleFactorMax.
The range is determined as follows:
- minimum scale = ScaleFactorMin * ScaleTarget
- maximum scale = ScaleFactorMax * ScaleTarget
See Also
Geometic Object, Scale Result, ScaleEnable Property, ScaleFactorMax Property, ScaleFactorMin Property