ArcObjResult Property
Applies To
Vision Objects: ArcInspector
Description
Specifies the result which the ArcObject property uses.
Usage
VGet Sequence.Object.ArcObjResult, var
VSet Sequence.Object.ArcObjResult, 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
- Integer variable that will contain the value of the property.
- value
- Integer value or expression for the new value of the property.
Values
ArcObjResult can be set to All, or you can specify which result to use. By using All, inspection will be executed for each ArcObjResult.
Default: 1
Remarks
ArcObjResult enables you to attach one or more objects to the results of one ArcObject.
See Also
ArcInspector Object, ArcObject Property