CImCombine:RestoreState


The RestoreState method restores the state all member variables previously saved using the SaveState() method. This method restores all class members to their state when the SaveState method was called.

Syntax

CImCombine:SaveState()

Example

The following script Saves and Restores the state of the CImCombine class:

C = new_imcombine()

-- create a CImCombine

C:SaveState()

-- preserves the state of the class

  ...

-- change member values, apply methods as needed.

C:RestoreState()

-- restores the state of the class

Related Topics

CImCombine class, SaveState


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