CImSynthInfo:Open


The Open method opens a system registry entry and loads the CImSynthInfo object properties from it. The CImSynthInfo class object must exist before calling this method.

Syntax

CImSynthInfo:Open()

CImSynthInfo:Open( sRegEntry )

where

    sRegEntry is a string that specifies the name of the registry entry. If not specified, the default registry entry is named "Script_ImSynthInfo".

Example

 

S = CImSynthInfo:new()

-- create a new instance of the CImSynthInfo class

  --

-- do something with the CImSynthInfo object

S:Open( "Synth_test_data" )

-- Fill properties from entry "Synth_test_data"

Related Topics

Save

CImSynthInfo Properties

CImSynthInfo class