Spatial reference used for geodesy computations.
ERROR: Syntax information about IGeoPolyline.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 GeoPolyline. The coordinates of the points composing the Special Geoline segment of the GeoPolyline are dependent on this property. If the BaseSpatialReference is not specified, then it will default to esriSRGeoCS_WGS1984.