This function creates a new region class using COM scripting

EVNewRegionClass(EVFile, className)

Arguments

EVFile

An Echoview file COM object

className

The name of the new Echoview region class

Value

A list object with one element. $msg message for processing log

References

http://support.echoview.com/WebHelp/Echoview.htm/

See also

Examples

# NOT RUN {
EVAppObj <- COMCreate('EchoviewCom.EvApplication')
EVFile <- EVOpenFile(EVAppObj,'~~/KAOS/KAOStemplate.EV')$EVFile
EVNewRegionClass(EVFile = EVFile, className = 'test_class')
# }