CPlotView:new CPlotView:Attach

CPlotView:delete


The delete method deletes an instance of the CPlotView class. Call the class delete method when you are finished working with the class. This does not close the plot window, but rather deletes the script object that communicates with it.

Syntax

CImageView:delete()

 

Example

V = CPlotView:new()

-- create a new instance of the CPlotView class.

  ...

-- do something with the CPlotView.

V:delete()

-- delete the object and its associated memory.

Related Topics

CPlotView, new