Community Analyst API for Silverlight 2.2 Reference
AutoUpdate Property
See Also  Send Feedback
ESRI.ArcGIS.Client.BACore.ThematicMapping Namespace > TMLayer Class : AutoUpdate Property

Glossary Item Box

The mode of applying updates to thematic layer.
Default: true.

Syntax

 
Visual Basic (Declaration)
C#
 
 
Public Property AutoUpdate As Boolean

Remarks

In auto-update mode (AutoUpdate is true), any change in layer extent or properties affecting on layer symbolization and rendering are immediately applied. In manual-update mode (AutoUpdate is false), updates are applied on ApplyUpdates call.

To temporary turn off auto-updating in auto-update mode, call the SuspendUpdates method. Updates will be suspended until the first ApplyUpdates call.

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

© 2010-2012 ESRI Inc. All Rights Reserved.