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