This document is archived and information here might be outdated.  Recommended version.


ICoordinateXform2.InputSpatialReference Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ICoordinateXform2.InputSpatialReference Property

The source spatial reference.

[Visual Basic .NET]
Public Property InputSpatialReference As ISpatialReference
[C#]
public ISpatialReference InputSpatialReference {get; set;}
[C++]
HRESULT get_InputSpatialReference(
  ISpatialReference** ppSpatialRefence
);
[C++]
HRESULT putref_InputSpatialReference(
  ISpatialReference* ppSpatialRefence
);
[C++]

Parameters ppSpatialRefence [out, retval]
ppSpatialRefence is a parameter of type ISpatialReference ppSpatialRefence [in]
ppSpatialRefence is a parameter of type ISpatialReference

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ICoordinateXform2 Interface

.NET Related Topics

DataSourcesRaster