ESRI.ArcGIS.ADF.ArcGISServer.Editor
Refresh(List<Int32>,Boolean) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer.Editor.Tools Namespace > EditorServerActionBase Class > Refresh Method : Refresh(List<Int32>,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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.