Skip to contents

This function finds an echoview region class by name.

Usage

EVRegionClassFinder(EVFile, regionClassName)

Arguments

EVFile

An Echoview file COM object

regionClassName

A string containing the name of an Echoview region

Value

a list object with two elements. $regionClass: The class of the region, and $msg: message for processing log.

See also

Examples

if (FALSE) {
EVAppObj <- COMCreate('EchoviewCom.EvApplication')
EVFile <- EVOpenFile(EVAppObj,'~~/KAOS/KAOStemplate.EV')$EVFile
aggregationsClass <- EVRegionClassFinder(EVFile, "aggregations")$regionClass
}