Returns the position of the iterator in the container.
Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax
Property Value
Type: Int32Implements
ICogModelFeatureIterator PositionRemarks
Returns the position of the iterator in the container. You can use MoveToPosition(Int32) to return to this position later.
See Also