ICogModelFeatureIterator Position Property Cognex VisionPro 9.20
Returns the position of the iterator in the container.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 80.0.0.0
Syntax

int Position { get; }

Property Value

Type: Int32
Remarks

Returns the position of the iterator in the container. You can use MoveToPosition(Int32) to return to this position later.

See Also