Click or drag to resize

IMcFeaturesIsEmpty Property

Returns whether the region is "empty" or not

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

Property Value

Type: Boolean
Remarks
A McFeatures is "empty" if it has no features and it is not "reset". That is, if it has a Count of zero features as a result of some operation(s), and not just because the McFeatures in an initialized or Reset state
See Also