Skip to contents

This function finds an Echoview region by name using COM scripting

Usage

EVFindRegionByName(EVFile, regionName)

Arguments

EVFile

An Echoview file COM object

regionName

a string containing the name of the region to find

Value

the Echoview region object

See also

Examples

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

testRegion <- EVFindRegionByName(EVFile, "Region1")
}