ArcGIS Pro 2.7 API Reference Guide
GetBandByName Method (Raster)

ArcGIS.Core.Data.Raster Namespace > Raster Class : GetBandByName Method
Name of a band in this raster.
Gets the RasterBand from this raster based on the band name. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public RasterBand GetBandByName( 
   string name
)
Public Function GetBandByName( _
   ByVal name As String _
) As RasterBand

Parameters

name
Name of a band in this raster.

Return Value

The RasterBand from this raster based on the band name.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

Raster Class
Raster Members