CogGeneralContourLineSegmentIterator IsInvalid Property Cognex VisionPro 9.21
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.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 83.0.0.0
Syntax

public virtual bool IsInvalid { get; }

Property Value

Type: Boolean

Implements

ICogGeneralContourLineSegmentIterator IsInvalid
Remarks

Returns True if this iterator is not positioned at a valid item.

If True, setting or getting any item properties produces errors.

See Also