CogGeneralContourSegmentIterator IsFirst Property Cognex VisionPro 9.25 SR1
Returns True if this is the first item. If True, a call to MoveToPrevious would return an error.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 93.1.0.0
Syntax

public bool IsFirst { get; }

Property Value

Type: Boolean
Remarks

Returns True if this is the first item.

If True, a call to MoveToPrevious  returns an error.

See Also