ESRI.ArcGIS.ADF.IMS
RasterID Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > Multiband Class : RasterID Property




Gets the RasterID of the Multiband.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property RasterID As String
Visual Basic (Usage)Copy Code
Dim instance As Multiband
Dim value As String
 
value = instance.RasterID
C# 
public string RasterID {get;}

Property Value

The image file name or ArcSDE row number.

Example

For an example of handling a MultibandCollection, see ImageLayer.Identify .

Remarks

For ArcSDE raster images, the value represents the row number. When multiple files are used, such as in an image catalog, the value represents the name of the image file. For single images, the value is the name of the image file.

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.