Exports definitions for all Echoview regions in a region class
Source:R/EchoviewR.R
EVExportRegionDefByClass.Rd
This function exports definitions for all Echoview regions within a region class using COM scripting
Arguments
- evRegionClass
an Echoview region class object
- filePath
a string containing the name and file path of the file to export to
Examples
if (FALSE) {
EVAppObj <- COMCreate('EchoviewCom.EvApplication')
EVFile <- EVOpenFile(EVAppObj,'~~/KAOS/KAOStemplate.EV')$EVFile
regionClass <- EVRegionClassFinder(EVFile, "aggregations")$regionClass
EVExportRegionDefByClass(evRegionClass = regionClass, filePath = "~~/KAOS/EVExportRegionDefByClass_example.csv")
}