IMcImageSetSitesRemove Method
|
|
Removes the site object from the McImageSetSites
collection.
Namespace:
MediaCy.IQL.Sets
Assembly:
MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
SyntaxSub Remove (
SiteID As Object
)
Parameters
- SiteID
- Type: SystemObject
RemarksRemoves the site object from the collection and
calls Release on it. The site ID can be a zero-based index of the set
in the collection, or the name of the site. Note that site names
are not guaranteed to be unique, so removing an site by name removes
the first set with that name.
See Also