Click or drag to resize

IMcImageStorageIsStorageOpen Property

Indicates if this this McImageStorage instance is open

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

Property Value

Type: Boolean
Remarks
None of the other methods except OpenStorage can be called unless IsStorageOpen is True.
See Also