EVFindRegionByName: Finds an Echoview region by name

EVFindRegionByNameR Documentation

Finds an Echoview region by name

Description

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

References

http://support.echoview.com/WebHelp/Echoview.htm/

See Also

EVOpenFile

Examples

## Not run: 
EVAppObj <- COMCreate('EchoviewCom.EvApplication')
EVFile <- EVOpenFile(EVAppObj,'~~/KAOS/KAOStemplate.EV')$EVFile

testRegion <- EVFindRegionByName(EVFile, "Region1")

## End(Not run)

AustralianAntarcticDivision/EchoviewR documentation built on Aug. 21, 2023, 6:56 p.m.