ICogShapeModel SubFeatureCount Property Cognex VisionPro 9.21
Returns the number of subfeatures of this CogShapeModel. The subfeatures can be iterated by calling CreateSubFeatureIterator.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 83.0.0.0
Syntax

int SubFeatureCount { get; }

Property Value

Type: Int32
Remarks

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