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


IGeodataXform.Domains Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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