ESRI.ArcGIS.ADF.ArcGISServer.Editor
UpdateAttributeEditor Method
See Also 
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.

See Also

© 2010 All Rights Reserved.