ArcObjects Library Reference (DefenseSolutions)  

ICoordinate.OutputSpatialReference Property

Spatial reference for output values.

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

[C++]
HRESULT get_OutputSpatialReference(
  ISpatialReference** ipSR
);
[C++]
HRESULT put_OutputSpatialReference(
  ISpatialReference* ipSR
);
[C++]

Parameters

ipSR [out, retval]

  ipSR is a parameter of type ISpatialReference

ipSR [in]

  ipSR is a parameter of type ISpatialReference

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Description

The property specifies the output spatial reference of the next value input to the Coordinate. This overrides any Point's spatial reference. The default value is esriSRGeoCS_WGS1984

See Also

ICoordinate Interface