Click or drag to resize

IMcImageSetLocationsRemove Method

Removes the location object from the McImageSetLocations collection.

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Sub Remove ( 
	LocationID As Object
)

Parameters

LocationID
Type: SystemObject
location ID to remove
Remarks
Removes the location object from the collection and calls Release on it. The location ID can be a zero-based index of the location in the collection, or the location object itself.
See Also