Click or drag to resize

IMcImageSetTemplatesItem Property

Item property handler for the SetTemplates collection.

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Default Property Item ( 
	TemplateId As Object
) As McImageSetTemplate
	Get

Parameters

TemplateId
Type: SystemObject

Property Value

Type: McImageSetTemplate
Remarks
Returns the set template specified by the set template ID. The set template ID can be a zero-based index of the set template in the collection, or the name of the set template. Note that set template names are not guaranteed to be unique, so requesting an set template by name returns the first set template with that name.
See Also