CPlot:delete


The delete method deletes an instance of the CPlot class. Call the class delete method when you are finished working with the class.

Syntax

CPlot:delete()

 

Example

 

P = new_plot()

-- create a new instance of the CPlot class.

  ...

-- do something with the CPlot.

P:delete()

-- delete the object.

Related Topics

CPlot class, new, new_plot

 


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