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: 65.1.0.0
CogGeneralContourSegmentIteratorAttributeConstants Attributes { get; }CogGeneralContourSegmentIteratorAttributeConstants Attributes { get; }ReadOnly Property Attributes As CogGeneralContourSegmentIteratorAttributeConstants
Get
ReadOnly Property Attributes As CogGeneralContourSegmentIteratorAttributeConstants
Get
property CogGeneralContourSegmentIteratorAttributeConstants Attributes {
CogGeneralContourSegmentIteratorAttributeConstants get ();
}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.