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

See Also

© 2010 All Rights Reserved.