ArcObjects Library Reference (Carto)  

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