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