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


IGPSAGeoDataType.Domain Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

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