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
SyntaxFunction 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:
McImageSetThe new set object
RemarksThe McImageSet object is created, based on the specified set template, by the
AddFromTemplate method and is returned to the caller.
See Also