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


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

IRenderedRaster2.Raster Property

The source raster.

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

ppRaster is a parameter of type IRaster** ppRaster [in]
ppRaster is a parameter of type IRaster*

Product Availability

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

See Also

IRenderedRaster2 Interface