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


IFunctionalSurface3.InterpolateAsMultiPatch Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IF > IFunctionalSurface3 Interface > IFunctionalSurface3.InterpolateAsMultiPatch Method
ArcGIS Developer Help

IFunctionalSurface3.InterpolateAsMultiPatch Method

Interpolate the input Polygon and output as a Multipatch.

[Visual Basic .NET]
Public Sub InterpolateAsMultiPatch ( _
    ByVal pShape As IPolygon, _
    ByVal maxStripSize As Integer, _
    ByRef ppMultiPatch As IMultiPatch _
)
[C#]
public void InterpolateAsMultiPatch (
    IPolygon pShape,
    int maxStripSize,
    ref IMultiPatch ppMultiPatch
);
[C++]
HRESULT InterpolateAsMultiPatch(
  IPolygon* pShape,
  long maxStripSize,
  IMultiPatch** ppMultiPatch
);
[C++]
Parameters
pShape [in]

pShape is a parameter of type IPolygon* maxStripSize [in]
maxStripSize is a parameter of type long ppMultiPatch [out]
ppMultiPatch is a parameter of type IMultiPatch**

Product Availability

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

See Also

IFunctionalSurface3 Interface