Click or drag to resize

IMcStreamIsMemoryFile Property

If this file is being read from disk, the return is False. If it is a virtual image, usually created by a filter or other type, the return is True.

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

Return Value

Type: Boolean
returns a Boolean value.
Remarks
This method is used for backward compatability from HIL/HAIL libraries and should be considered deprecated.
See Also