IMcImageSetFilesOpen Method
|
|
Method used to open one or more data sets from 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
SyntaxSub Open (
filename As String,
<OutAttribute> ByRef SetsCollection As McImageSets
)
Parameters
- filename
- Type: SystemString
The full path to the file to check - SetsCollection
- Type: MediaCy.IQL.SetsMcImageSets
Return Value
Type:
HRESULT with status, throws exceptions if fails.
RemarksThis method may be used by the application's Open dialog box to open the data set(s) from a set file.
While most set file formats support a single set per file, there are some formats that will in fact
return multiple data sets from a single file.
This method will automatically check for a side-by-side info file in any of the supported formats
and will load the info onto the set if found. The currently selected info file format is preferred
over other registered formats, so it is checked, and will load its info, last, overwriting info
found in other formats.
See Also