MeasureTerrainArea

Measures the area of the horizontal projection (2D measurement) of a defined region, even if some or all of the defined region encompasses mountainous terrain.

 

JavaScript

 

 

 

MeasureTerrainArea(

       pIGeometry)

 

C#

 

 

 

double MeasureTerrainArea(

       IGeometry pIGeometry)

 

C++

 

 

 

HRESULT MeasureTerrainArea(

       IGeometry* pIGeometry,

       double* pVal)

Parameters

pIGeometry

An IGeometry representing the geometric properties of the defined region.

Return Value

pVal

The resulting value of the terrain area measurement.

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.