Click or drag to resize

IMcImageSetFilesSaveAsTemplate Method

Method used to save an image set or template to a set template in 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 SaveAsTemplate ( 
	thisSetOrTemplate As Object,
	filename As String
)

Parameters

thisSetOrTemplate
Type: SystemObject
filename
Type: SystemString
The full path to the file to save the template to

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 one or more images sets or one or more image set templates to a template-compatible set file format. Note that only the IQS format supports saving to set templates.
See Also