EVFindRegionClass: Find the class of an Echoview region object

EVFindRegionClassR Documentation

Find the class of an Echoview region object

Description

This function finds the class of an Echoview region object using COM scripting.

Usage

EVFindRegionClass(evRegion)

Arguments

evRegion

and Echoview Region object

Value

a string containing the class of the region

References

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

See Also

EVOpenFile EVFindRegionByName

Examples

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

ev.region <- EVFindRegionByName(EVFile, "Region1")
EVFindRegionClass(ev.region)

## End(Not run)

AustralianAntarcticDivision/EchoviewR documentation built on May 4, 2024, 2:28 p.m.