ArcObjects Library Reference (Geometry)  

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

Description
Read-only property Domain The interpolation domain of the surface.
Write-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.

CoClasses that implement IFunctionalSurface2

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