EVExportRegionDefByClass: Exports definitions for all Echoview regions in a region...

EVExportRegionDefByClassR Documentation

Exports definitions for all Echoview regions in a region class

Description

This function exports definitions for all Echoview regions within a region class using COM scripting

Usage

EVExportRegionDefByClass(evRegionClass, filePath)

Arguments

evRegionClass

an Echoview region class object

filePath

a string containing the name and file path of the file to export to

Value

a list object with one element- fucntion message for log

References

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

See Also

EVOpenFile EVRegionClassFinder

Examples

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

regionClass <- EVRegionClassFinder(EVFile, "aggregations")$regionClass
EVExportRegionDefByClass(evRegionClass = regionClass, filePath = "~~/KAOS/EVExportRegionDefByClass_example.csv")

## End(Not run)

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