ArcObjects Library Reference (GeoAnalyst)  

IRasterAnalysisGDBEnvironment.GDBDomains Property

The XY, Z and M domains in the RasterAnalysis.

[Visual Basic .NET]
Public Property GDBDomains As ISpatialReference
[C#]
public ISpatialReference GDBDomains {get; set;}
[C++]
HRESULT get_GDBDomains(
  ISpatialReference** domainsSpRef
);
[C++]
HRESULT putref_GDBDomains(
  ISpatialReference* domainsSpRef
);
[C++]

Parameters

domainsSpRef [out, retval]

  domainsSpRef is a parameter of type ISpatialReference

domainsSpRef [in]

  domainsSpRef is a parameter of type ISpatialReference

Product Availability

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

See Also

IRasterAnalysisGDBEnvironment Interface