This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterAnalysisGDBEnvironment Interface > IRasterAnalysisGDBEnvironment.GDBDomains Property (ArcObjects .NET 10.5 SDK) |
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