CogModelFeatureIteratorGC IsEnd Property Cognex VisionPro 9.22
Returns True if this iterator is positioned past the last item of the sequence. If True, calling MoveToNext will return an error, and attempting to read item properties will produce an error. Moving the iterator to a valid item will validate it.

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

public virtual bool IsEnd { get; }

Property Value

Type: Boolean

Implements

ICogModelFeatureIterator IsEnd
Remarks

Returns True if this iterator is positioned past the last item of the sequence.

If True, calling MoveToNext  returns an error, and attempting to read item properties produces an error. Moving the iterator to a valid item validates it.

See Also