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

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

References

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

See also

Examples

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