This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IF > IFunctionalSurface2 Interface > IFunctionalSurface2.Domain Property (ArcObjects .NET 10.4 SDK) |
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
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.