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
SyntaxSub Remove (
ExtentID As Object
)
Parameters
- ExtentID
- Type: SystemObject
extent ID to remove
RemarksRemoves 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