ESRI.ArcGIS.ADF.IMS
RasterID Property
See Also 
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;}

Return 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.

See Also

© 2010 All Rights Reserved.