Skip to contents

This function clears all .raw files from a fileset using COM scripting

Usage

EVClearRawData(EVFile, filesetName)

Arguments

EVFile

An Echoview file COM object

filesetName

An Echoview fileset name

Value

A list object with one element. $msg message for processing log

See also

Examples

if (FALSE) {
EVAppObj <- COMCreate('EchoviewCom.EvApplication')
EVFile <- EVOpenFile(EVAppObj,'~~/KAOS/KAOStemplate.EV')$EVFile
EVClearRawData(EVFile = EVFile, filesetName = '038-120-200')
}