EVRegionClassFinder: Find an Echoview region class by name

EVRegionClassFinderR Documentation

Find an Echoview region class by name

Description

This function finds an echoview region class by name.

Usage

EVRegionClassFinder(EVFile, regionClassName)

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.

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
aggregationsClass <- EVRegionClassFinder(EVFile, "aggregations")$regionClass

## End(Not run)

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