Click or drag to resize

IMcImageSetFilesSave Method

Method used to save one or more data sets to a supported set file format.

Namespace:  MediaCy.IQL.Sets.IO
Assembly:  MediaCy.IQL.Sets.IO (in MediaCy.IQL.Sets.IO.dll) Version: 10.0.6912.0
Syntax
VB
Sub Save ( 
	thisSet As Object,
	filename As String,
	imageFileFormat As String,
	lSaveFlags As Integer
)

Parameters

thisSet
Type: SystemObject
A McImageSet or a McImageSets collection of the set(s) to save.
filename
Type: SystemString
The full path to the file to save the sets to
imageFileFormat
Type: SystemString
lSaveFlags
Type: SystemInt32

Return Value

Type: 
HRESULT with status, throws exceptions if fails.
Remarks
This method may be used by the application's Save As dialog box to save the data set(s) to a compatible set file format. Note that only a few set file format implementations support saving at all, and even fewer support saving multiple data sets in a single file.
See Also