Click or drag to resize

IMcImageSetsAddSets Method

Add a McImageSets collection to the collection.

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Sub AddSets ( 
	pSets As McImageSets
)

Parameters

pSets
Type: MediaCy.IQL.SetsMcImageSets
McImageSets collection being assigned to this one.
Remarks
Each McImageSet in the assigning collection is removed from the assigning collection as it is added to this collection This is done because a McImageSet can have only a single ParentCollection.
See Also