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

query
The query.
onCompleted
The on completed.
Gets the raster catalog items.

Syntax

Visual Basic (Declaration) 
Public Sub GetRasterCatalogItems( _
   ByVal query As Query, _
   ByVal onCompleted As Action(Of FeatureSet,Exception) _
) 
C# 
public void GetRasterCatalogItems( 
   Query query,
   Action<FeatureSet,Exception> onCompleted
)

Parameters

query
The query.
onCompleted
The on completed.

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.