Returns True if this iterator is not positioned at a valid item. If True, reading or writing any item properties will produce errors.
Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax
Property Value
Type: BooleanImplements
ICogModelFeatureIterator IsInvalidRemarks
Returns True if this iterator is not positioned at a valid item.
If True, setting or getting any item properties produces errors.
Note: An iterator will become invalid if you remove the model feature that it refers to.
See Also