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


ICoordinateXform2.InputSpatialReference Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICoordinateXform2 Interface > ICoordinateXform2.InputSpatialReference Property
ArcGIS Developer Help

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 [in]

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

Product Availability

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

See Also

ICoordinateXform2 Interface