This document is archived and information here might be outdated. Recommended version. |
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**