Returns property bits describing which iterator methods can be called at the current position of the iterator.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
public CogGeneralContourSegmentIteratorAttributeConstants Attributes { get; }public CogGeneralContourSegmentIteratorAttributeConstants Attributes { get; }Public ReadOnly Property Attributes As CogGeneralContourSegmentIteratorAttributeConstants
Get
Public ReadOnly Property Attributes As CogGeneralContourSegmentIteratorAttributeConstants
Get
public:
property CogGeneralContourSegmentIteratorAttributeConstants Attributes {
CogGeneralContourSegmentIteratorAttributeConstants get ();
}public:
property CogGeneralContourSegmentIteratorAttributeConstants Attributes {
CogGeneralContourSegmentIteratorAttributeConstants get ();
}Property Value
Type:
CogGeneralContourSegmentIteratorAttributeConstantsReturns 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.