Spatial reference used for geodesy computations.
ERROR: Syntax information about IGeoEllipse.BaseSpatialReference may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DefenseSolutions.dll
[C++]
HRESULT get_BaseSpatialReference(
ISpatialReference** ppiBaseSpatRef
);
[C++]
HRESULT putref_BaseSpatialReference(
ISpatialReference* ppiBaseSpatRef
);
[C++]Parameters
ppiBaseSpatRef [out, retval]ppiBaseSpatRef is a parameter of type ISpatialReference
ppiBaseSpatRef [in]ppiBaseSpatRef is a parameter of type ISpatialReference
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.
Description
The ISpatialReference set by the BaseSpatialReference property is used in the calculation of the GeoEllipse. The coordinates of the points composing the polygon representation of the GeoEllipse are dependent on this property. If the BaseSpatialReference is not specified, then it will default to esriSRGeoCS_WGS1984.