Click or drag to resize

IMcImageSetExtentsRemove Method

Removes the extent object from the McImageSetExtents collection.

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

Parameters

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