IMcImagesRemoveAll Method
|
|
All members of the Engine.Images collection are removed from
the collection.
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
RemarksNotify clients have an opportunity to prevent the removal of any image
from the collection (see the Remove method). Furthermore, the image will
actually be destroyed only when all references to its McImage instance have been
released.
If all members are allowed to be removed by all notify clients, then the Count
property will be zero after this call. To see if all images have been fully
released, you can call Engine.McObjects.GetCategoryCount for the "McImage"
category, with the ParentMcObject set to Engine.McObject(Engine.Images). This
Count will be zero when all images have been finally released.
See Also