This document is archived and information here might be outdated.  Recommended version.


IFeatureBookmark.Flash Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureBookmark Interface > IFeatureBookmark.Flash Method
ArcGIS Developer Help

IFeatureBookmark.Flash Method

Flashes the feature on the map display.

[Visual Basic .NET]
Public Sub Flash ( _
    ByVal Display As IDisplay _
)
[C#]
public void Flash (
    IDisplay Display
);
[C++]
HRESULT Flash(
  IDisplay* Display
);
[C++]
Parameters
Display [in]

Display is a parameter of type IDisplay*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Flash the shape of the bookmarked feature. Not implemented at version 9.0.

See Also

IFeatureBookmark Interface