OnMeasurementAreaResult

This event occurs when the results are returned for an area measurement.

 

JavaScript

 

OnMeasurementAreaResult(

       MeasurementAreaResult)

 

C#

 

bool OnMeasurementAreaResult (

       string measurementAreaResult)

 

C++

 

HRESULT OnMeasurementAreaResult (

       [in] BSTR measurementAreaResult,

       [out, retval] VARIANT_BOOL* pbHandled))

Parameters

measurementAreaResult

The area measurement result.

Return Value

pbHandled

A Boolean that indicates whether or not the client handled the area measurement result itself and does not wish TerraExplorer to respond. When the value is FALSE, TerraExplorer handles the mouse action.