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

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.