Click or drag to resize

IMcImageSetFiles Interface

An interface implemented by McImageSetFiles.

Namespace:  MediaCy.IQL.Sets.IO
Assembly:  MediaCy.IQL.Sets.IO (in MediaCy.IQL.Sets.IO.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcImageSetFiles

The IMcImageSetFiles type exposes the following members.

Methods
  NameDescription
Public methodAddDataFromInfoFile
Method used to add set data from an info file.
Public methodCode exampleGetAllFileFormats
Method used to query for installed File Formats in a certain Access Mode.
Public methodGetCompatibleFileFormats
This method allows the client to pass in a set of query parameters and receive a list of file formats that are able to write images with these parameters.
Public methodIsSetFile
Method used to determine if a given file is a set file format that when opened may return one or more data sets.
Public methodOpen
Method used to open one or more data sets from a supported set file format.
Public methodOpenTemplates
Method used to open one or more set templates from a supported set file format.
Public methodSave
Method used to save one or more data sets to a supported set file format.
Public methodSaveAsTemplate
Method used to save an image set or template to a set template in a supported set file format.
Public methodSaveDataToInfoFile
Method used to save set data to an info file.
Public methodSetInfoFileFormat
Top
See Also