ESRI.ArcGIS.ADF.ArcGISServer.Editor
SetHighlightedFeature Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorUtilities Class : SetHighlightedFeature Method




editor
The Editor instance.
fid
The ID of the feature to highlight.
Highlights the specified feature.

Syntax

Visual Basic (Declaration) 
Public Shared Function SetHighlightedFeature( _
   ByVal editor As Editor, _
   ByVal fid As Integer _
) As Boolean
Visual Basic (Usage)Copy Code
Dim editor As Editor
Dim fid As Integer
Dim value As Boolean
 
value = EditorUtilities.SetHighlightedFeature(editor, fid)
C# 
public static bool SetHighlightedFeature( 
   Editor editor,
   int fid
)

Parameters

editor
The Editor instance.
fid
The ID of the feature to highlight.

Return Value

true feature highlighting changed, false otherwise.

See Also

© 2010 All Rights Reserved.