Skip to contents

This function creates a new region class using COM scripting

Usage

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

See also

Examples

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