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.