ESRI.ArcGIS.ADF.ArcGISServer.Editor | |
RefreshGraphics Method | |
See Also |
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.
Visual Basic (Declaration) | |
---|---|
Public Shared Sub RefreshGraphics( _ ByVal editor As Editor, _ ByVal caller As CallbackResultCollection _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public static void RefreshGraphics( 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 the Maps CallbackResultCollection.