ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.Raster Namespace / Raster Class / GetBandByName Method
Name of a band in this raster.

In This Topic
    GetBandByName Method (Raster)
    In This Topic
    Gets the RasterBand from this raster based on the band name. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Function GetBandByName( _
       ByVal name As String _
    ) As RasterBand
    public RasterBand GetBandByName( 
       string name
    )

    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 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also