EVNewFixedDepthLine: Creates a new fixed depth Echoview line

EVNewFixedDepthLineR Documentation

Creates a new fixed depth Echoview line

Description

This function creates a new Echoview line at a fixed depth using COM scripting

Usage

EVNewFixedDepthLine(EVFile, depth, lineName)

Arguments

EVFile

An Echoview file COM object

depth

an integer specifying the fixed depth of the new line

lineName

a string containing the name for the new line

Value

returns the EV Line object

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

#create a new line at 50m depth named "testline"
newLine <- EVNewFixedDepthLine(EVFile = EVFile, depth = 50, lineName = "testline")

## End(Not run)

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