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




editor
The Editor instance.
Refreshes the highlight on the highlighted feature, if one exists.

Syntax

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

Parameters

editor
The Editor instance.

Return Value

true if a feature was highlighted, false otherwise.

See Also

© 2010 All Rights Reserved.