ESRI.ArcGIS.ADF.ArcGISServer.Editor
ClearHighlightedFeature Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorUtilities Class : ClearHighlightedFeature Method




editor
The Editor instance.
Clears the highlighted feature if any.

Syntax

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

Parameters

editor
The Editor instance.

Return Value

true if a feature was highlighted, 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.