Click or drag to resize

IMcRegions2Count Property

Count of the current number of features

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property Count As Integer
	Get

Property Value

Type: Int32

Implements

IMcRegionsCount
Remarks
Cpunt will be zero after McFeature creation or a Reset method call (IsReset TRUE). It is also zero after any operation which might add or remove features, and which results in zero features being left (IsEmpty TRUE).
See Also