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: 87.1.0.0
public virtual CogGeneralContourSegmentIteratorAttributeConstants Attributes { get; }public virtual CogGeneralContourSegmentIteratorAttributeConstants Attributes { get; }Public Overridable ReadOnly Property Attributes As CogGeneralContourSegmentIteratorAttributeConstants
Get
Public Overridable ReadOnly Property Attributes As CogGeneralContourSegmentIteratorAttributeConstants
Get
public:
virtual property CogGeneralContourSegmentIteratorAttributeConstants Attributes {
CogGeneralContourSegmentIteratorAttributeConstants get ();
}public:
virtual property CogGeneralContourSegmentIteratorAttributeConstants Attributes {
CogGeneralContourSegmentIteratorAttributeConstants get ();
}Property Value
Type:
CogGeneralContourSegmentIteratorAttributeConstantsImplements
ICogGeneralContourLineSegmentIterator 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.