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

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 80.0.0.0
Syntax

public virtual CogModelFeatureIteratorAttributeConstants Attributes { get; }

Property Value

Type: CogModelFeatureIteratorAttributeConstants

Implements

ICogModelFeatureIterator Attributes
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