ArcGIS Runtime SDK for WPF - Library Reference
GetColorMapAsync Method
See Also 
ESRI.ArcGIS.Client Namespace > ArcGISImageServiceLayer Class : GetColorMapAsync Method

onCompleted
The on completed.
userToken
The user token.
Asynchronous task to get the colormap information associated with the ArcGISImageServiceLayer.

Syntax

Visual Basic (Declaration) 
Public Sub GetColorMapAsync( _
   ByVal onCompleted As Action(Of ColorMapResult,Object), _
   Optional ByVal userToken As Object _
) 
C# 
public void GetColorMapAsync( 
   Action<ColorMapResult,object> onCompleted,
   object userToken
)

Parameters

onCompleted
The on completed.
userToken
The user token.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.