ESRI.ArcGIS.ADF.ArcGISServer.Editor
RefreshGraphics Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorUtilities Class : RefreshGraphics Method




editor
The Editor instance.
caller
The CallbackResultCollection to copy the CallbackResult to. If null, the CallbackResult will be left in the the Maps CallbackResultCollection.
Refreshes the graphic layers that contain displayed vertices and the highlighted feature. If called more than once, only one resource refresh is invoked.

Syntax

Visual Basic (Declaration) 
Public Shared Sub RefreshGraphics( _
   ByVal editor As Editor, _
   ByVal caller As ESRI.ArcGIS.ADF.Web.UI.WebControls.CallbackResultCollection _
) 
Visual Basic (Usage)Copy Code
Dim editor As Editor
Dim caller As ESRI.ArcGIS.ADF.Web.UI.WebControls.CallbackResultCollection
 
EditorUtilities.RefreshGraphics(editor, caller)
C# 
public static void RefreshGraphics( 
   Editor editor,
   ESRI.ArcGIS.ADF.Web.UI.WebControls.CallbackResultCollection caller
)

Parameters

editor
The Editor instance.
caller
The CallbackResultCollection to copy the CallbackResult to. If null, the CallbackResult will be left in the the Maps CallbackResultCollection.

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.