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


IRasterAnalysisGDBEnvironment.GDBDomains Property (ArcObjects .NET 10.5 SDK)
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