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


IPushPin.Flash Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IPushPin.Flash Method

Flashes the pin 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.

See Also

IPushPin Interface