Returns a reference to the container object being iterated. This can be used for identifying the iterator's container.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax
Property Value
Type: ObjectExceptions
| Exception | Condition |
|---|---|
| CogIteratorInvalidIteratorException | The iterator is not valid. |
Remarks
Returns a reference to the container object being iterated. You can use this to identify the iterator's container.
Note: In most cases this will be either Nothing or a CogGeneralContour.
See Also