ArcObjects Library Reference (3DAnalyst)  

IRasterSurface.PutRaster Method

Sets a raster with a specified band index.

[Visual Basic .NET]
Public Sub PutRaster ( _
    ByVal Raster As IRaster, _
    ByVal bandIndex As Integer _
)
[C#]
public void PutRaster (
    IRaster Raster,
    int bandIndex
);
[C++]
HRESULT PutRaster(
  IRaster* Raster,
  long bandIndex
);
[C++]

Parameters

Raster [in]

  Raster is a parameter of type IRaster

bandIndex [in]   bandIndex is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IRasterSurface Interface