Click or drag to resize

IMcImageSetIsLoaded Property

Gets the image loading status

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

Property Value

Type: Boolean
Remarks
Gets whether the set is fully loaded. A set can refer to image files on disk without having those images loaded into image workspaces in the application. While you can access all properties and methods of a set even when it is not fully loaded (or not loaded at all), the frames along the active dimension must be loaded for smooth set navigation.
See Also