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


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

IIdentifyObj.Flash Method

Flashes the identified object on the screen.

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

pDisplay is a parameter of type IScreenDisplay*

Product Availability

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

Remarks

The Flash method is not supported with ArcGIS Engine, use the IHookActions.DoActions() method with the esriHookActionsFlash for this functionality.

See Also

IIdentifyObj Interface