ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
BandNameFromID Method
See Also  Send Feedback
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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.