The IDLffDICOM::Reset procedure method removes all of the elements from the IDLffDICOM object, leaving the object otherwise intact.
Syntax
Obj->[IDLffDICOM::]Reset
Arguments
None
Keywords
None
Examples
obj = OBJ_NEW( 'IDLffDICOM' )
var = obj->Read(DIALOG_PICKFILE(FILTER='*'))
obj->DumpElements
obj->Reset
obj->DumpElements
OBJ_DESTROY, obj
Version History