ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
BandNameFromID Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > ImageResourceBase Class : BandNameFromID Method




id
The id of the band
Returns the band name in the format Band_1 from a band id of say 1.

Syntax

Visual Basic (Declaration) 
Public Shared Function BandNameFromID( _
   ByVal id As Integer _
) As String
Visual Basic (Usage)Copy Code
Dim id As Integer
Dim value As String
 
value = ImageResourceBase.BandNameFromID(id)
C# 
public static string BandNameFromID( 
   int id
)

Parameters

id
The id of the band

Return Value

The display name of the band.

See Also

© 2010 All Rights Reserved.