Redraws the graphics on the screen

Namespace:  ESRI.ADF.UI
 

Syntax

function refreshGraphics (
	force : Boolean
)

Parameters

force
Type: [T:J#Boolean]
Force redraw of features already added drawn on the canvas

Remarks

Features are drawn with surfaces at bottom, lines in middle and points on top, but otherwise in the order they were added.

See Also