ArcObjects Library Reference (Geometry)  

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