Click or drag to resize

IMcImageSetIsEmpty Property

Gets whether the set is empty of contents

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

Property Value

Type: Boolean
Remarks
Gets whether the set is empty of all contents. If the set has any images, or any data in data channels, the set is not empty. The set can have all of the dimensionality configured and still be empty if no images or frames have been added.
See Also