EVNewFile: Create a new Echoview file (.EV)

EVNewFileR Documentation

Create a new Echoview file (.EV)

Description

This function creates a new Echoview file (.EV) via COM scripting which may be created from a template file if available

Usage

EVNewFile(EVAppObj, templateFn = NULL)

Arguments

EVAppObj

An EV application COM object arising from the call COMCreate('EchoviewCom.EvApplication')

templateFn

full path and filename for an Echoview template

Value

a list object with two elements. $EVFile: EVFile COM object for the newly created Echovie file, and $msg: message for processing log.

References

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

Examples

## Not run: 
EVAppObj=COMCreate('EchoviewCom.EvApplication')
EVFile=EVNewFile(EVAppObj)$EVFile

## End(Not run)

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