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




destination
The CallbackResultCollection to receive the CallbackResult which will update the toolbar items.
Refreshes the Editor toolbar items, based on geometry type and selected feature count, to a CallbackResult which is copied to the specified CallbackResultCollection.

Syntax

Visual Basic (Declaration) 
Public Sub RefreshToolbars( _
   ByVal destination As CallbackResultCollection _
) 
Visual Basic (Usage)Copy Code
Dim instance As Editor
Dim destination As CallbackResultCollection
 
instance.RefreshToolbars(destination)
C# 
public void RefreshToolbars( 
   CallbackResultCollection destination
)

Parameters

destination
The CallbackResultCollection to receive the CallbackResult which will update the toolbar items.

See Also

© 2010 All Rights Reserved.