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




selection
The set of feature IDs to display attributes for.
Sets the features displayed in the EditorPanel.

Syntax

Visual Basic (Declaration) 
Public Function SetSelectedFeatures( _
   ByVal selection() As Integer _
) As CallbackResultCollection
Visual Basic (Usage)Copy Code
Dim instance As EditAttributesPanel
Dim selection() As Integer
Dim value As CallbackResultCollection
 
value = instance.SetSelectedFeatures(selection)
C# 
public CallbackResultCollection SetSelectedFeatures( 
   int[] selection
)

Parameters

selection
The set of feature IDs to display attributes for.

Return Value

The CallbackResultCollection containing the CallbackResult to refresh the panel

See Also

© 2010 All Rights Reserved.