This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICoordinateXform2 Interface > ICoordinateXform2.InputSpatialReference Property (ArcObjects .NET 10.5 SDK) |
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