ArcGIS Runtime SDK for WPF - Library Reference
GetMapTaskAsync(WebMap) Method
See Also 
ESRI.ArcGIS.Client.WebMap Namespace > Document Class > GetMapTaskAsync Method : GetMapTaskAsync(WebMap) Method

webMap
The web map.
Gets the map from a WebMap.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetMapTaskAsync( _
   ByVal webMap As WebMap _
) As Task(Of Map)
C# 
public Task<Map> GetMapTaskAsync( 
   WebMap webMap
)

Parameters

webMap
The web map.

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.