ArcObjects Library Reference (DataSourcesRaster)  

IRenderedRasterFunctionArguments.Raster Property

The input raster.

ERROR: Syntax information about IRenderedRasterFunctionArguments.Raster may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DataSourcesRaster.dll

[C++]
HRESULT get_Raster(
  LPUNKNOWN* ppRaster
);
[C++]
HRESULT putref_Raster(
  LPUNKNOWN ppRaster
);
[C++]

Parameters

ppRaster [out, retval]   ppRaster is a parameter of type LPUNKNOWN ppRaster [in]   ppRaster is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IRenderedRasterFunctionArguments Interface