Click or drag to resize

IMcImageSetsAddExisting Method

Method to add a single McImageSet to the collection.

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Sub AddExisting ( 
	pSet As McImageSet
)

Parameters

pSet
Type: MediaCy.IQL.SetsMcImageSet
McImageSet to add
Remarks
The assigned McImageSet is removed from any existing McImageSet.ParentCollection before it is made part of this collection.
See Also