EVExportRegionDef: Exports an Echoview region definition

EVExportRegionDefR Documentation

Exports an Echoview region definition

Description

This function exports a single region's definition as a .csv file using COM scripting

Usage

EVExportRegionDef(EVFile, regionName, filePath)

Arguments

EVFile

An Echoview file COM object

regionName

a string containing the region name to export definitions for

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

Examples

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

EVExportRegionDef(EVFile, regionName = "Region1", filePath = "~~/KAOS/EVExportRegionDef.csv")

## End(Not run)

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