Description
Remove the image from the collection of images if it is part of it.
-
Return Type
-
None
-
Syntax
-
object.Close
The Close Method syntax has these parts: |
| object | An expression evaluating to an object of type McImage. | Remarks
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 collection is a required step toward deleting the image. The image can also be removed from the collection by calling McImages.Remove(...), see that method for a full discussion.
Notes
This method will also stop any tool active on this McImage.
|