ArcObjects Library Reference (DefenseSolutions)  

ICoordinate.InputSpatialReference Property

Spatial reference for input values.

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

[C++]
HRESULT get_InputSpatialReference(
  ISpatialReference** ipSR
);
[C++]
HRESULT put_InputSpatialReference(
  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 input 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