This function imports an Echoview line (.EVL) format line into Echoview and can rename the imported line or replace a line.

EVImportLine(EVFile, pathAndFn = NULL, lineName = NULL,
  overwriteExistingLine = TRUE)

Arguments

EVFile

("COMIDispatch) An Echoview file COM object

pathAndFn

= NULL (character) path and file name of an EVL file

lineName

= NULL (character) desired line name

overwriteExistingLine

= TRUE (boolean) overwrite an existing line named lineName

Value

list $lineObj=COM object for the imported line (class COMIDispatch), msg= vector of messages)

Note

Overwriting an existing line only works with editable lines.