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 = new_plotview()

-- 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 class, new


Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics, Inc. All Rights Reserved.