IMcImageSetRemoveImage Method
|
|
Removes the specified image or all images from the set
Namespace:
MediaCy.IQL.Sets
Assembly:
MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
SyntaxSub RemoveImage (
ImageOrFile As Object
)
Parameters
- ImageOrFile
- Type: SystemObject
the McImage, or image file to remove. If empty or missing, all images
are removed (i.e., the data set is emptied).
RemarksRemoves all of the frames of the specified image from the set or all of the frames
for all images from the set.
See Also