This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeodataXform Interface > IGeodataXform.Domains Property (ArcObjects .NET 10.5 SDK) |
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
The returned domains should a single polygon geometry or a collection of polygons.