Returns the position of the iterator in the container.
Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 93.1.0.0
Syntax
Property Value
Type: Int32Implements
ICogGeneralContourLineSegmentIterator PositionRemarks
Returns the position of the iterator in the container.
You can use Position to save an iterator's position and then use MoveToPosition(Int32) to move back to it. The position is not the same as the index of the segment.
See Also