ESRI.ArcGIS.Mobile
UseThreadedDrawing Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile Namespace > Map Class : UseThreadedDrawing Property

Determines whether the map will redraw using a separate thread.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<CategoryAttribute("Map")>
<DescriptionAttribute("When true, the map control will use a separate thread for drawing.")>
Public Property UseThreadedDrawing As Boolean
C# 
[DefaultValueAttribute()]
[CategoryAttribute("Map")]
[DescriptionAttribute("When true, the map control will use a separate thread for drawing.")]
public bool UseThreadedDrawing {get; set;}

Remarks

When set to true, the drawing of the map will be performed in a separated thread and as a result the drawing performance will be improved.

By default, this property is set to True.

Requirements

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