This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IZ > IZ Interface > IZ.InterpolateFromSurface Method (ArcObjects .NET 10.5 SDK) |
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
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.