This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IReprojectFunctionArguments Interface > IReprojectFunctionArguments.SpatialReference Property (ArcObjects .NET 10.4 SDK) |
The output spatial reference.
[Visual Basic .NET] Public Property SpatialReference As Object
[C#] public object SpatialReference {get; set;}
[C++]
HRESULT get_SpatialReference(
LPUNKNOWN* ppSRS
);
[C++]
HRESULT putref_SpatialReference(
LPUNKNOWN ppSRS
);
[C++]
Parameters ppSRS [out, retval] ppSRS is a parameter of type LPUNKNOWN ppSRS [in] ppSRS is a parameter of type LPUNKNOWN