ArcObjects Library Reference (Geometry)  

IZ.InterpolateFromSurface Method

Use the specified functional surface to generate Z values for the vertices of this object.

[Visual Basic .NET]
Public Sub InterpolateFromSurface ( _
    ByVal interpolationSurface As IFunctionalSurface _
)
[C#]
public void InterpolateFromSurface (
    IFunctionalSurface interpolationSurface
);
[C++]
HRESULT InterpolateFromSurface(
  IFunctionalSurface* interpolationSurface
);
[C++]

Parameters

interpolationSurface

  interpolationSurface is a parameter of type IFunctionalSurface

Product Availability

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

Description

Sets Z attributes for all Points on the interfaced Geometry within the Domain of the FunctionalSurface equal to the Z value on the FunctionalSurface at each (X, Y) Point.

See Also

IZ Interface