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




name
The display name of the band.
Returns the id of the band (say 1) from the display name of the band (say Band_1).

Syntax

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

Parameters

name
The display name of the band.

Return Value

The id of the band

See Also

© 2010 All Rights Reserved.