ICogModelFeatureIterator Attributes Property Cognex VisionPro 9.24
Returns property bits describing which iterator methods can be called at the current position of the iterator.

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

CogModelFeatureIteratorAttributeConstants Attributes { get; }

Property Value

Type: CogModelFeatureIteratorAttributeConstants
Remarks

Returns property bits that describe the iterator methods that are valid at the current position of the iterator.

To test single attributes you can use IsFirst, IsEnd, or IsInvalid.

See Also