ESRI.ArcGIS.Mobile
FlashGeometry(Pen,SolidBrush,Int32,Int32,Int32,IGeometry) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.WinForms Namespace > Map Class > FlashGeometry Method : FlashGeometry(Pen,SolidBrush,Int32,Int32,Int32,IGeometry) Method

pen
brush
pointSize
delay
count
geometry
Flashes the specified geometry.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub FlashGeometry( _
   ByVal pen As Pen, _
   ByVal brush As SolidBrush, _
   ByVal pointSize As Integer, _
   ByVal delay As Integer, _
   ByVal count As Integer, _
   ByVal geometry As IGeometry _
) 
C# 
public void FlashGeometry( 
   Pen pen,
   SolidBrush brush,
   int pointSize,
   int delay,
   int count,
   IGeometry geometry
)

Parameters

pen
brush
pointSize
delay
count
geometry

Remarks

FlashGeometry is provided as a way to provide feedback to end-user. An example of FlashGeometry is to flash the selected feature when user clicks a record in attribute table.

Please note that, if you call FlashGeometry when another FlashGeometry is in progress, the previous one will be cancelled out. If you have multiple geometries that need to be flashed, pass the collection of geometries as a parameter to the overloaded FlashGeometry method.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.