ESRI.ArcGIS.ADF.ArcGISServer.Editor
UpdateAttributeEditor Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer.Editor.Tools Namespace > EditorServerActionBase Class : UpdateAttributeEditor Method




features
The feature IDs of the updated selected feature set.
Updates the selected features displayed in the attribute editor panel. This should be called if the tool or command changes the selection set.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub UpdateAttributeEditor( _
   ByVal features() As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As EditorServerActionBase
Dim features() As Integer
 
instance.UpdateAttributeEditor(features)
C# 
protected virtual void UpdateAttributeEditor( 
   int[] features
)

Parameters

features
The feature IDs of the updated selected feature set.

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.