Click or drag to resize

IMcImageSetsAddFromTemplate Method

Method to add a new McImageSet to the collection.

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Function AddFromTemplate ( 
	Template As McImageSetTemplate,
	SetName As String
) As McImageSet

Parameters

Template
Type: MediaCy.IQL.SetsMcImageSetTemplate
template to base the new set upon
SetName
Type: SystemString
set name to add

Return Value

Type: McImageSet
The new set object
Remarks
The McImageSet object is created, based on the specified set template, by the AddFromTemplate method and is returned to the caller.
See Also