This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IF > IFunctionalSurface3 Interface > IFunctionalSurface3.InterpolateAsMultiPatch Method (ArcObjects .NET 10.5 SDK) |
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