This function finds an echoview region class by name.
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.
Examples
if (FALSE) {
EVAppObj <- COMCreate('EchoviewCom.EvApplication')
EVFile <- EVOpenFile(EVAppObj,'~~/KAOS/KAOStemplate.EV')$EVFile
aggregationsClass <- EVRegionClassFinder(EVFile, "aggregations")$regionClass
}