This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IF > IFindCallBack Interface > IFindCallBack.FlashGeometry Method (ArcObjects .NET 10.4 SDK) |
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 );