CPlotView:new


The new method creates an instance of the CPlotView class. You must call new before using any class methods or properties. Note that this object can also be created using the new_plotview function.

Example

P = CPlotView:new()

-- create a new instance of the CPlotView class.

  ...

-- other uses of the class go here, between new and delete.

P:delete()

-- deletes the object and its associated memory.

Related Topics

CPlotView class, delete, attach_plotview, new_plotview


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