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** ppDomains
);
[C++]

Parameters

ppDomains [out, retval]

  ppDomains 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