This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IR > IRasterSurface Interface > IRasterSurface.PutRaster Method (ArcObjects .NET 10.4 SDK) |
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