ArcObjects Library Reference (Geometry)  

IFunctionalSurface2.Domain Property

The interpolation domain of the surface.

[Visual Basic .NET]
Public WriteOnly Property Domain_2
[C#]
public void Domain_2 {set;}
[C++]
HRESULT put_Domain(
  IPolygon* 
);
[C++]

Parameters

   is a parameter of type IPolygon

Product Availability

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

Description

Sets the Polygon Domain in which the FunctionalSurface is defined.  The Domain is the region in which all (x, y) coordinates have a single corresponding Z value on the FunctionalSurface.

See Also

IFunctionalSurface2 Interface