ArcFM Engine Developer Guide
ClearGraphics Method


Syntax
'Declaration
 
Sub ClearGraphics( _
   ByVal lFromGraphicCookie As Integer, _
   ByVal lToGraphicCookie As Integer, _
   ByVal bRefreshGeometry As Boolean, _
   ByVal pMap As ESRI.ArcGIS.Carto.IMap _
) 
'Usage
 
Dim instance As IMMGraphicExt2
Dim lFromGraphicCookie As Integer
Dim lToGraphicCookie As Integer
Dim bRefreshGeometry As Boolean
Dim pMap As ESRI.ArcGIS.Carto.IMap
 
instance.ClearGraphics(lFromGraphicCookie, lToGraphicCookie, bRefreshGeometry, pMap)
void ClearGraphics( 
   int lFromGraphicCookie,
   int lToGraphicCookie,
   bool bRefreshGeometry,
   ESRI.ArcGIS.Carto.IMap pMap
)

Parameters

lFromGraphicCookie
lToGraphicCookie
bRefreshGeometry
pMap
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

IMMGraphicExt2 Interface
IMMGraphicExt2 Members

 

 


Send Comment