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

onCompleted
The method to call when raster attribute table is retrieved.
Gets the raster attribute table resource, which returns categorical mapping of pixel values (e.g. a class, group, category, or membership). This resource is supported if hasRasterAttributeTable property of the service is true.

Syntax

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

Parameters

onCompleted
The method to call when raster attribute table 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.