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


IRemoteFindObj.Flash Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IRemoteFindObj.Flash Method

Flash the found object.

[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.

See Also

IRemoteFindObj Interface