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.InternalAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax
Property Value
Type: BooleanImplements
ICogModelFeatureIterator IsEndRemarks
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