ArcGIS Pro 3.2 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 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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also