Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1488
News FAQ
Search Home


next up previous contents index
Next: regionmanager.extension - Function Up: regionmanager - Tool Previous: regionmanager.displayedplane - Function


regionmanager.done - Function



Package general
Module images
Tool regionmanager


Destroy this regionmanager


Synopsis
done()


Returns
Bool or fail


Description
This function destroys the contents of the regionmanager tool (including its GUI). The tool still exists as a Glish variable, but it is no longer a Regionmanager ! You are unlikely to need this function.



Example
- const myrm := regionmanager()
- myrm.done()
T
- print 'myrm=', myrm
myrm=F

You can see that after calling the done function the myrm variable still exists, but its value is F.






next up previous contents index
Next: regionmanager.extension - Function Up: regionmanager - Tool Previous: regionmanager.displayedplane - Function   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-08-01