ArcFM Solution Developer Guide
ClearGraphics Method


Syntax
'Declaration
 
Sub ClearGraphics( _
   ByVal lFromGraphicCookie As System.Integer, _
   ByVal lToGraphicCookie As System.Integer, _
   ByVal bRefreshGeometry As System.Boolean, _
   ByVal pMap As ESRI.ArcGIS.Carto.IMap _
) 
'Usage
 
Dim instance As IMMGraphicExt2
Dim lFromGraphicCookie As System.Integer
Dim lToGraphicCookie As System.Integer
Dim bRefreshGeometry As System.Boolean
Dim pMap As ESRI.ArcGIS.Carto.IMap
 
instance.ClearGraphics(lFromGraphicCookie, lToGraphicCookie, bRefreshGeometry, pMap)
void ClearGraphics( 
   System.int lFromGraphicCookie,
   System.int lToGraphicCookie,
   System.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