IMcImageSetFilesIsSetFile Method
|
|
Method used to determine if a given file is a set file format that when opened may return one or more data sets.
Namespace:
MediaCy.IQL.Sets.IO
Assembly:
MediaCy.IQL.Sets.IO (in MediaCy.IQL.Sets.IO.dll) Version: 10.0.6912.0
SyntaxFunction IsSetFile (
filename As String
) As Boolean
Parameters
- filename
- Type: SystemString
The full path to the file to check
Return Value
Type:
BooleanA Boolean value indicating whether the provided file name is a set file format.
RemarksThis method may be used by the Open dialog boxes to determine whether to open a specific
file using the SetFiles.Open method, or some other method (like a McStream).
See Also