Skip to contents

This function opens an Echoview instance

Usage

QuitEchoview(EVAppObj)

Arguments

EVAppObj

An Echoview Application COM object

Value

Termination of the application and removal of the Echoview instance object

Examples

if (FALSE) {
EVAppObj=StartEchoview()
QuitEchoview(EVAppObj)

}