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




editor
The Editor instance.
caller
The CallbackResultCollection to copy the CallbackResult to. If null, the CallbackResult will be copied to the Map control's CallbackResultCollection.
Refreshes the attributes displayed in the attribute editor panel.

Syntax

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

Parameters

editor
The Editor instance.
caller
The CallbackResultCollection to copy the CallbackResult to. If null, the CallbackResult will be copied to the Map control's CallbackResultCollection.

See Also

© 2010 All Rights Reserved.