This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IF > IFunctionalSurface3 Interface > IFunctionalSurface3.InterpolateShape Method (ArcObjects .NET 10.4 SDK) |
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 );
Optional Values
[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 [optional] pStepSize is a parameter of type VARIANT
To indicate this parameter is undefined pass a reference to a VARIANT with type VT_ERROR and scode value of DISP_E_PARAMNOTFOUND.