;+ ; ;thm_ui_draw_object method: removeInstance ; ;this method will remove the instance hide settings from static components ;This is generally meant to be used by image export routines when the ;the legend is off, if the legend is on, this method may leave the ;dynamic components of the legend hidden ; ;$LastChangedBy: pcruce $ ;$LastChangedDate: 2010-08-25 18:05:01 -0700 (Wed, 25 Aug 2010) $ ;$LastChangedRevision: 7774 $ ;$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/thmsoc/tags/tdas_8_00/idl/themis/thm_ui_new/display/draw_object/thm_ui_draw_object__removeinstance.pro $ ;- pro thm_ui_draw_object::removeInstance compile_opt idl2 self->setModelHide,self.staticViews,0 ;hide the components of the legend if they just got turned on ;by the previous call self->setLegendHide end