EVFindLineByName: Find an EV Line object by name

EVFindLineByNameR Documentation

Find an EV Line object by name

Description

This function finds an EV Line in an EV file object by name using COM scripting.

Usage

EVFindLineByName(EVFile, lineName)

Arguments

EVFile

An Echoview file COM object

lineName

a string containing the name of the line to find

Value

an Echoview 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
EVLine <- EVFindLineByName(EVFile = EVFile, lineName = "Fixed depth 250 m")

## End(Not run)

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