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


IGPSAGeoDataType.Domain Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPSAGeoDataType Interface > IGPSAGeoDataType.Domain Property
ArcGIS Developer Help

IGPSAGeoDataType.Domain Property

GPSAGeoDataDomain.

[Visual Basic .NET]
Public Property Domain As IGPSAGeoDataDomain
[C#]
public IGPSAGeoDataDomain Domain {get; set;}
[C++]
HRESULT get_Domain(
  IGPSAGeoDataDomain** ppDomain
);
[C++]
HRESULT putref_Domain(
  IGPSAGeoDataDomain* ppDomain
);
[C++]
Parameters
ppDomain [out, retval]

ppDomain is a parameter of type IGPSAGeoDataDomain** ppDomain [in]
ppDomain is a parameter of type IGPSAGeoDataDomain*

Product Availability

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

See Also

IGPSAGeoDataType Interface