ArcObjects Library Reference (DefenseSolutions)  

IMeasurementTool.SpecialSpatialReference Property

The Spatial Reference defining the datum for computing coordinates along Geoline.

ERROR: Syntax information about IMeasurementTool.SpecialSpatialReference may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DefenseSolutions.dll

[C++]
HRESULT get_SpecialSpatialReference(
  ISpatialReference** ppiSpatialReference
);
[C++]
HRESULT putref_SpecialSpatialReference(
  ISpatialReference* ppiSpatialReference
);
[C++]

Parameters

ppiSpatialReference [out, retval]

  ppiSpatialReference is a parameter of type ISpatialReference

ppiSpatialReference [in]

  ppiSpatialReference is a parameter of type ISpatialReference

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Remarks

If the SpecialSpatialReference is not defined, it will default to esriSRGeoCS_WGS1984.

See Also

IMeasurementTool Interface

.NET Snippets

Get Azimuth from Two Points | Get Distance from Two Points