ESRI.ArcGIS.ADF.Web
ForceFullClientGraphicsRefresh Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace > GraphicsLayer Class : ForceFullClientGraphicsRefresh Property




Sets to true if you want to force a full refresh of client graphics

Syntax

Visual Basic (Declaration) 
Public Property ForceFullClientGraphicsRefresh As Boolean
Visual Basic (Usage)Copy Code
Dim instance As GraphicsLayer
Dim value As Boolean
 
instance.ForceFullClientGraphicsRefresh = value
 
value = instance.ForceFullClientGraphicsRefresh
C# 
public bool ForceFullClientGraphicsRefresh {get; set;}

Remarks

When calling Map.RefreshResource on a Graphics layer using ESRI.ArcGIS.ADF.Web.Display.Graphics.GraphicsLayer.RenderOnClient only rows in the table that have changed will be refreshed. Setting this property to true prior to refreshing the resource will force a refresh of all rows, symbology etc. The property will be set back to false after a resource refresh.

This property only applies to graphics layers rendered on the client.

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

© 2011 All Rights Reserved.