ESRI.ArcGIS.Mobile.Client
AddToMap Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > TileCacheMapLayerInfo Class : AddToMap Method

map
Adds the MapLayer to the specified IMap.

Syntax

Visual Basic (Declaration) 
Public Overrides Sub AddToMap( _
   ByVal map As IMap _
) 
C# 
public override void AddToMap( 
   IMap map
)

Parameters

map

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also