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


IFunctionalSurface2.Domain Property (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 > IFunctionalSurface2.Domain Property
ArcGIS Developer Help

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