This function finds an Echoview region by name using COM scripting
Arguments
- EVFile
An Echoview file COM object
- regionName
a string containing the name of the region to find
Examples
if (FALSE) {
EVAppObj <- COMCreate('EchoviewCom.EvApplication')
EVFile <- EVOpenFile(EVAppObj,'~~/KAOS/KAOStemplate.EV')$EVFile
testRegion <- EVFindRegionByName(EVFile, "Region1")
}