Click or drag to resize

IMcImageSetTemplatesRemove Method

Removes the set template object from the McImageSetTemplates collection.

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Sub Remove ( 
	TemplateId As Object
)

Parameters

TemplateId
Type: SystemObject
Remarks
Removes the set template object from the collection and calls Release on it. The template ID can be a zero-based index of the template in the collection, or the name of the template. Note that template names are not guaranteed to be unique, so removing an template by name removes the first template with that name.
See Also