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


IFunctionalSurface3.InterpolateShape 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.InterpolateShape Method
ArcGIS Developer Help

IFunctionalSurface3.InterpolateShape Method

Interpolates z values for a defined geometric shape.

[Visual Basic .NET]
Public Sub InterpolateShape ( _
    ByVal pShape As IGeometry, _
    ByRef ppOutShape As IGeometry, _
    [ByRef pStepSize As Object] _
)
[C#]
public void InterpolateShape (
    IGeometry pShape,
    ref IGeometry ppOutShape,
    ref object pStepSize
);
[C++]
HRESULT InterpolateShape(
  IGeometry* pShape,
  IGeometry** ppOutShape,
  Variant* pStepSize
);
[C++]
Parameters
pShape [in]

pShape is a parameter of type IGeometry* ppOutShape [out]
ppOutShape is a parameter of type IGeometry** pStepSize [in, optional]
pStepSize is a parameter of type VARIANT*

Product Availability

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

See Also

IFunctionalSurface3 Interface