Returns a reference to the container object being iterated. This can be used for identifying the iterator's container.
Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.0.0.0
Syntax
Property Value
Type: ObjectImplements
ICogModelFeatureIterator ContainerExceptions
| 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