This document is archived and information here might be outdated. Recommended version. |
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*