Click or drag to resize

IMcImageSetSourcesAdd Method

Method to add an existing McImageSetSource to the collection.

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Sub Add ( 
	Source As McImageSetSource
)

Parameters

Source
Type: MediaCy.IQL.SetsMcImageSetSource
The McImageSetSource to add to the collection
Remarks
The McImageSetSource object must already exist, and is added to the collection.
See Also