Click or drag to resize

IMcImageSetSitesAdd Method

Method to add a new site to the collection.

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Function Add ( 
	SiteName As String
) As McImageSetSite

Parameters

SiteName
Type: SystemString
set name to add pNew: Returns the new site object

Return Value

Type: McImageSetSite
Remarks
The McImageSetSite object is created by the Add method, and is returned to the caller.
See Also