Click or drag to resize

IMcStreamReset Method

This method provides some of the same functionality as Close(), but it does not destroy the Subclass helper object (file format specific). It resets any internal file names and flushes data buffers.

Namespace:  MediaCy.IQL.IO
Assembly:  MediaCy.IQL.IO (in MediaCy.IQL.IO.dll) Version: 10.0.6912.0
Syntax
VB
Sub Reset
Remarks
A subsequent call to Open() will not close the subclass.
Examples
VB
ThisApplication.ActiveImage.File.FileName = "c:\temp\test.tif"
ThisApplication.ActiveImage.File.Reset()
' Prints Nothing
Debug.Print ThisApplication.ActiveImage.File.FileName
See Also