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


IFindCallBack.FlashGeometry Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IF > IFindCallBack Interface > IFindCallBack.FlashGeometry Method
ArcGIS Developer Help

IFindCallBack.FlashGeometry Method

Generic method to flash a point on the display n times.

[Visual Basic .NET]
Public Sub FlashGeometry ( _
    ByVal pGeometry As IGeometry, _
    ByVal nTimes As Integer, _
    ByVal bCoolFlash As Boolean _
)
[C#]
public void FlashGeometry (
    IGeometry pGeometry,
    int nTimes,
    bool bCoolFlash
);

Product Availability

Available with ArcGIS Desktop.

See Also

IFindCallBack Interface