ArcGIS API for Silverlight - Library Reference
GetRasterInfo Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > ArcGISImageServiceLayer Class : GetRasterInfo Method

rasterID
The raster ID.
onCompleted
The method to call when raster information is retrieved.
Gets the raster information (such as its width, height, number of bands, pixel type, etc) This resource is supported if Catalog Capability is true.

Syntax

Visual Basic (Declaration) 
Public Sub GetRasterInfo( _
   ByVal rasterID As Integer, _
   ByVal onCompleted As Action(Of RasterInfo,Exception) _
) 
C# 
public void GetRasterInfo( 
   int rasterID,
   Action<RasterInfo,Exception> onCompleted
)

Parameters

rasterID
The raster ID.
onCompleted
The method to call when raster information is retrieved.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.