Returns the number of subfeatures of this CogShapeModel. The subfeatures can be iterated by calling CreateSubFeatureIterator.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 85.1.0.0
Syntax
Property Value
Type: Int32Remarks
Returns the number of subfeatures of this CogShapeModel. You can call CreateSubFeatureIterator(Int32) to create an CogModelFeatureIteratorGC that lets you examine each of the subfeatures.
See Also