The IDLffDICOM::Cleanup procedure method destroys the IDLffDICOM object.
| Note |
OBJ_DESTROY, Obj
or
Obj->[IDLffDICOM::]Cleanup (Only in subclass' Cleanup method.)
None
None
; Create a DICOM object, read a DICOM file and dump its contents: obj = OBJ_NEW( 'IDLffDICOM' ) var = obj->Read(DIALOG_PICKFILE(FILTER="*")) obj->DumpElements OBJ_DESTROY, obj ; Executing this statement should produce an invalid object ; reference error since obj no longer exists: obj->DumpElements
Introduced: 5.2