Returns property bits describing which iterator methods can be called at the current position of the iterator.
Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
public virtual CogModelFeatureIteratorAttributeConstants Attributes { get; }public virtual CogModelFeatureIteratorAttributeConstants Attributes { get; }Public Overridable ReadOnly Property Attributes As CogModelFeatureIteratorAttributeConstants
Get
Public Overridable ReadOnly Property Attributes As CogModelFeatureIteratorAttributeConstants
Get
public:
virtual property CogModelFeatureIteratorAttributeConstants Attributes {
CogModelFeatureIteratorAttributeConstants get ();
}public:
virtual property CogModelFeatureIteratorAttributeConstants Attributes {
CogModelFeatureIteratorAttributeConstants get ();
}Property Value
Type:
CogModelFeatureIteratorAttributeConstantsImplements
ICogModelFeatureIterator AttributesReturns 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.