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


IFunctionalSurface2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IF > IFunctionalSurface2 Interface
ArcGIS Developer Help

IFunctionalSurface2 Interface

Provides access to members that allow changes to be made to the interpolation domain, in addition to the IFunctionalSurface members.

Product Availability

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

Description

IFunctionalSurface2 extends the functionality of the IFunctionalSurface interface by allowing the user to restrict the Domain of the FunctionalSurface.

Members

Name Description
Write-only property Domain The interpolation domain of the surface.
Read-only property Domain The interpolation domain of the surface.
Read-only property Z The surface Z = f(x,y).

Inherited Interfaces

Interfaces Description
IFunctionalSurface Provides access to information about the functional surface, generating heights given x,y locations. Also see IFunctionalSurface2.

Classes that implement IFunctionalSurface2

Classes Description
RasterSurface (esri3DAnalyst) The Esri raster surface component.