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


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

IRasterFunctionHelper.Raster Property

The current source raster.

[Visual Basic .NET]
Public ReadOnly Property Raster As IRaster
[C#]
public IRaster Raster {get;}
[C++]
HRESULT get_Raster(
  IRaster** ppRaster
);
[C++]
Parameters
ppRaster [out, retval]

ppRaster is a parameter of type IRaster**

Product Availability

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

See Also

IRasterFunctionHelper Interface