Main Content
release
Release COM interface
Syntax
Description
release(
releases the interface and
all resources used by the interface. Other interfaces on that object might still be
active.c
)
You must release the handle when you are done with the interface. A released interface is no longer valid. MATLAB® generates an error if you try to use an object that represents that interface.
To release the interface and delete the object, use the
delete
function.
Input Arguments
Limitations
COM functions are available on Microsoft® Windows® systems only.
Version History
Introduced before R2006a