Click or drag to resize

IMcImageSetSitesItem Property

Item property handler for the Sites collection.

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Default Property Item ( 
	SiteID As Object
) As McImageSetSite
	Get

Parameters

SiteID
Type: SystemObject
set index or name

Property Value

Type: McImageSetSite
Remarks
Returns the site specified by the site ID. The site ID can be a zero-based index of the site in the collection, or the name of the site. Note that site names are not guaranteed to be unique, so requesting an site by name returns the first site with that name.
See Also