Click or drag to resize

IMcImageSetsRemove Method

Removes the set object from the McImageSets collection.

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

Parameters

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