Skip to contents

This function finds the class of an Echoview region object using COM scripting.

Usage

EVFindRegionClass(evRegion)

Arguments

evRegion

and Echoview Region object

Value

a string containing the class of the region

Examples

if (FALSE) {
EVAppObj <- COMCreate('EchoviewCom.EvApplication')
EVFile <- EVOpenFile(EVAppObj,'~~/KAOS/KAOStemplate.EV')$EVFile

ev.region <- EVFindRegionByName(EVFile, "Region1")
EVFindRegionClass(ev.region)
}