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


IRasterLayer.CreateFromRaster Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRasterLayer.CreateFromRaster Method

Creates a layer from a Raster object.

[Visual Basic .NET]
Public Sub CreateFromRaster ( _
    ByVal Raster As IRaster _
)
[C#]
public void CreateFromRaster (
    IRaster Raster
);
[C++]
HRESULT CreateFromRaster(
  IRaster* Raster
);
[C++]

Parameters Raster [in]
Raster is a parameter of type IRaster

Product Availability

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

See Also

IRasterLayer Interface