EVLineExportFromAcousticVarEVL: Export an Echoview line file for an existing line associated...

View source: R/EchoviewR.R

EVLineExportFromAcousticVarEVLR Documentation

Export an Echoview line file for an existing line associated with an Acoustic Variable.

Description

This function exports an EV line definition file (.evl) for a line associated with an acoustic variable.

Usage

EVLineExportFromAcousticVarEVL(
  EVFile,
  acoVar,
  lineNameToExport,
  pathAndFileName
)

Arguments

EVFile

An Echoview file COM object

acoVar

Acoustic variable name that the line to be exported is associated with.

lineNameToExport

a string containing the name of the line to export

pathAndFileName

Path and filename of evl file.

References

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

See Also

EVFindLineByName EVCreateEditableLine

Examples

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

EVLineExportFromAcousticVarEVL(EVFile=EVFile,
   acoVar='120 seabed and surface excluded',
   lineNameToExport='Fixed depth 250 m',
   pathAndFileName=  '~~KAOS/test2.evl')

## End(Not run)


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