This document is archived and information here might be outdated.  Recommended version.


IMensuration3D.GetAreaAndPerimeter3D Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMensuration3D.GetAreaAndPerimeter3D Method

Computes the 3D area and perimeter of a 2D polygon with no interior holes.

[Visual Basic .NET]
Public Sub GetAreaAndPerimeter3D ( _
    ByVal pPolygon As IPolygon, _
    ByRef ppPolygonMeasurement As IPolygonMeasurement _
)
[C#]
public void GetAreaAndPerimeter3D (
    IPolygon pPolygon,
    ref IPolygonMeasurement ppPolygonMeasurement
);
[C++]
HRESULT GetAreaAndPerimeter3D(
  IPolygon* pPolygon,
  IPolygonMeasurement** ppPolygonMeasurement
);
[C++]

Parameters pPolygon [in]
pPolygon is a parameter of type IPolygon ppPolygonMeasurement [out]
ppPolygonMeasurement is a parameter of type IPolygonMeasurement

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMensuration3D Interface