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

rasterID
The raster ID.
onCompleted
The method to call when raster metadata is retrieved.
Gets the raster metadata. This resource is supported if Image and Metadata Capability is true.

Syntax

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

Parameters

rasterID
The raster ID.
onCompleted
The method to call when raster metadata 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.