ESRI.ArcGIS.ADF.ArcGISServer.Editor
RefreshMap Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorUtilities Class : RefreshMap Method




editor
The Editor instance.
caller
The CallbackResultCollection to copy the CallbackResult to. If null, the CallbackResult will be left in the Maps CallbackResultCollection.
Refreshes the Map (the resource being edited and the Editor graphic layers). If called more than once, only one Map refresh is invoked.

Syntax

Visual Basic (Declaration) 
Public Shared Sub RefreshMap( _
   ByVal editor As Editor, _
   ByVal caller As CallbackResultCollection _
) 
Visual Basic (Usage)Copy Code
Dim editor As Editor
Dim caller As CallbackResultCollection
 
EditorUtilities.RefreshMap(editor, caller)
C# 
public static void RefreshMap( 
   Editor editor,
   CallbackResultCollection caller
)

Parameters

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

See Also

© 2010 All Rights Reserved.