CogModelFeatureIteratorGC Position Property Cognex VisionPro 9.8
Returns the position of the iterator in the container.

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

public virtual int Position { get; }

Property Value

Type: Int32

Implements

ICogModelFeatureIterator Position
Remarks

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

See Also