ESRI.ArcGIS.ADF.Web
ForceFullClientGraphicsRefresh Property
See Also 
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 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.

See Also

© 2010 All Rights Reserved.