Get band count
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim server As String
Dim service As String
Dim identity As ESRI.ArcGIS.ADF.Identity
Dim value As Integer
value = ImageResourceBase.GetBandCount(server, service, identity) |
Parameters
- server
- The server name (e.g. adriatic or http://adriatic/arcgis/services)
- service
- The image service
- identity
- The identity to use.
Return Value
The band count for the service
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