MeasureTerrainPerimeter

Measures the perimeter of the horizontal projection (2D measurement). The region measured is the horizontal projection of the defined region, even if some or all of the defined region encompasses mountainous terrain.

 

JavaScript

 

 

 

MeasureTerrainPerimeter(

       pIGeometry)

 

C#

 

 

 

double MeasureTerrainPerimeter(

       IGeometry pIGeometry)

 

C++

 

 

 

HRESULT MeasureTerrainPerimeter(

       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 perimeter measurement. 

Exceptions

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