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

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

Syntax

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

Parameters

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