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

itemId
The item ID of an ArcGIS web map in ArcGIS online.
Creates a map from ArcGIS Online based on its Item ID.

Syntax

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

Parameters

itemId
The item ID of an ArcGIS web map in ArcGIS online.

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.