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


IGeodataXform.Domains Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeodataXform Interface > IGeodataXform.Domains Property
ArcGIS Developer Help

IGeodataXform.Domains Property

The domains in output space.

[Visual Basic .NET]
Public ReadOnly Property Domains As IGeometryCollection
[C#]
public IGeometryCollection Domains {get;}
[C++]
HRESULT get_Domains(
  IGeometryCollection** Domains
);
[C++]
Parameters
Domains [out, retval]

Domains is a parameter of type IGeometryCollection**

Product Availability

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

Description

The returned domains should a single polygon geometry or a collection of polygons.

See Also

IGeodataXform Interface