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


IReprojectFunctionArguments.SpatialReference Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IReprojectFunctionArguments Interface > IReprojectFunctionArguments.SpatialReference Property
ArcGIS Developer Help

IReprojectFunctionArguments.SpatialReference Property

The output spatial reference.

[Visual Basic .NET]
Public Property SpatialReference As Object
[C#]
public object SpatialReference {get; set;}
[C++]
HRESULT get_SpatialReference(
  IUnknown Pointer* ppSRS
);
[C++]
HRESULT putref_SpatialReference(
  LPUNKNOWN ppSRS
);
[C++]
Parameters
ppSRS [out, retval]

ppSRS is a parameter of type IUnknown* ppSRS [in]
ppSRS is a parameter of type IUnknown

Product Availability

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

See Also

IReprojectFunctionArguments Interface