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


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

IGeometricXform.Domains Property

The domains in output space.

[Visual Basic .NET]
Public WriteOnly Property Domains_2
[C#]
public void Domains_2 {set;}
[C++]
HRESULT putref_Domains(
  IGeometryCollection* 
);
[C++]
Parameters
 [in]

is a parameter of type IGeometryCollection*

Product Availability

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

See Also

IGeometricXform Interface