Measures the perimeter of the surface of the defined region. The perimeter measured takes into account terrain contours.
JavaScript |
|
|
|
|
MeasureTerrainSurfacePerimeter( pIGeometry, SampleInterval) |
C# |
|
|
|
|
double MeasureTerrainSurfacePerimeter( IGeometry pIGeometry, double SampleInterval) |
C++ |
|
|
|
|
HRESULT MeasureTerrainSurfacePerimeter( IGeometry* pIGeometry, double SampleInterval, double* pVal) |
Parameters
pIGeometry
An IGeometry representing the geometric properties of the defined region.
SampleInterval
The distance between terrain sample points.
Return Value
pVal
The resulting value of the perimeter of the surface of the defined region.
Exceptions
See: HRESULT Return Values for a list of possible values returned by the HRESULT.