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


IZ.InterpolateFromSurface Method (ArcObjects .NET 10.4 SDK)
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