ArcObject Property
Applies To
Vision Object: ArcInspector
Description
Set an ArcFinder object that is used to locate an arc for ArcInspector to inspect.
Usage
VGet Sequence.Object.ArcObject, var
VSet Sequence.Object.ArcObject, 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
- String variable that will contain the value of the property.
- value
- String or string expression for the new value of the property.
Values
None, or the name of an ArcFinder object whose step number is prior to the step number of the ArcInspector object.
Default: None
Remarks
By default, the ArcInspector inspects the arc defined by the Radius, CenterX, and CenterY properties. You can search for the arc with an ArcFinder first by setting the ArcObject property to an ArcFinder.
See Also
ArcFinder Object, ArcObjResult Property