ESRI.ArcGIS.ADF.ArcGISServer.Editor
Refresh(Generic List,Boolean) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor.Tools Namespace > EditorServerActionBase Class > Refresh Method : Refresh(Generic List,Boolean) Method




updatedFeatures
The features that were updated.
updateSelectionSet
Whether the selected features for the current edit layer should be updated to coinicide with the edited features.
Refreshes the resource being edited and graphics displayed for the specified features.

Syntax

Visual Basic (Declaration) 
Protected Overloads Sub Refresh( _
   ByVal updatedFeatures As List(Of Integer), _
   ByVal updateSelectionSet As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As EditorServerActionBase
Dim updatedFeatures As List(Of Integer)
Dim updateSelectionSet As Boolean
 
instance.Refresh(updatedFeatures, updateSelectionSet)
C# 
protected void Refresh( 
   List<int> updatedFeatures,
   bool updateSelectionSet
)

Parameters

updatedFeatures
The features that were updated.
updateSelectionSet
Whether the selected features for the current edit layer should be updated to coinicide with the edited features.

See Also

© 2010 All Rights Reserved.