ArcFM Engine Developer Guide
ClearGraphic Method (IMMGraphicExt2)


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

Parameters

lGraphicCookie
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