CogGeneralContourEllipticalArcSegmentIterator Position Property Cognex VisionPro 9.7
Returns the position of the iterator in the container.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax

public virtual int Position { get; }

Property Value

Type: Int32

Implements

ICogGeneralContourEllipticalArcSegmentIterator Position
Remarks

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