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