ArcObjects Library Reference (ArcMapUI)  

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