ArcFM Engine Developer Guide
FlashGeometry Method (IMMMapUtilities)


IGeometry object to the highlighted/flashed

IScreenDisplay

IColor indicates the color of the flash

Double value indicating the size of the flash
Integer value indicating the frequency of the flashes
Integer value indicating the number of times to flash
Flashes a specific geometry. This method also allows you to configure the size and color of the flash.
Syntax
'Declaration
 
Sub FlashGeometry( _
   ByVal pGeometry As ESRI.ArcGIS.Geometry.IGeometry, _
   ByVal pScreenDisplay As ESRI.ArcGIS.Display.IScreenDisplay, _
   ByVal pColor As ESRI.ArcGIS.Display.IColor, _
   ByVal size As Double, _
   ByVal interval As Short, _
   ByVal flashNum As Short _
) 
'Usage
 
Dim instance As IMMMapUtilities
Dim pGeometry As ESRI.ArcGIS.Geometry.IGeometry
Dim pScreenDisplay As ESRI.ArcGIS.Display.IScreenDisplay
Dim pColor As ESRI.ArcGIS.Display.IColor
Dim size As Double
Dim interval As Short
Dim flashNum As Short
 
instance.FlashGeometry(pGeometry, pScreenDisplay, pColor, size, interval, flashNum)
void FlashGeometry( 
   ESRI.ArcGIS.Geometry.IGeometry pGeometry,
   ESRI.ArcGIS.Display.IScreenDisplay pScreenDisplay,
   ESRI.ArcGIS.Display.IColor pColor,
   double size,
   short interval,
   short flashNum
)

Parameters

pGeometry
IGeometry object to the highlighted/flashed
pScreenDisplay

IScreenDisplay

pColor

IColor indicates the color of the flash

size
Double value indicating the size of the flash
interval
Integer value indicating the frequency of the flashes
flashNum
Integer value indicating the number of times to flash
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMMapUtilities Interface
IMMMapUtilities Members

 

 


Send Comment