Click or drag to resize

IMcBasicFeaturesFeatureCount Property

Count of features associated with one or all frames.

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property FeatureCount ( 
	Optional FrameIndex As Integer = -1
) As Integer
	Get

Parameters

FrameIndex (Optional)
Type: SystemInt32
If non-negative, constrains the count to only features which have a matching FrameIndex assigned.

Property Value

Type: Int32
See Also