IMcImageClose Method
|
|
Remove the image from the Images collection if it is part of it.
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
RemarksAny open MDI windows displaying the image are closed.
This function does not necessarily delete the image physically. As long
as a client has a reference to the image, the image will not be deleted. Taking
the image out of the McEngine.Images collection is a required step toward
deleting the image. The image can also be removed from the collection by calling
McImages::Remove.
Note |
---|
In addition to removing the image from the Application.Images collection,
this method empties the McMeasure.UserData property for any user measurements.
This method will also stop any tool active on this McImage. |
See Also