IMcImageSetSourcesRemove Method
|
|
Removes the source object from the McImageSetSources collection.
Namespace:
MediaCy.IQL.Sets
Assembly:
MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
SyntaxSub Remove (
SourceID As Object
)
Parameters
- SourceID
- Type: SystemObject
source ID to remove. This may be an collection index, a McImageSetSource
instance, a McImage or a McFrame.
RemarksRemoves the source object from the collection and calls Release on it.
The source ID can be a zero-based index of the source in the collection, an
image, frame or the source object itself. If an image or frame is supplied, all
source instances holding that image or frame are removed.
See Also