ArcObjects Library Reference (DataSourcesRaster)  

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(
  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

Product Availability

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

See Also

IReprojectFunctionArguments Interface