Click or drag to resize

IMcImageSetFilesOpenTemplates Method

Method used to open one or more set templates 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
Syntax
VB
Sub OpenTemplates ( 
	filename As String,
	<OutAttribute> ByRef TemplatesCollection As McImageSetTemplates
)

Parameters

filename
Type: SystemString
The full path to the file to open
TemplatesCollection
Type: MediaCy.IQL.SetsMcImageSetTemplates

Return Value

Type: 
HRESULT with status, throws exceptions if fails.
Remarks
This method may be used by the application's Open dialog box to open the set template(s) from a set file.
See Also