ArcFM Responder Mobile Developer Guide
ClearGraphic Method (IMMGraphicExt2)






Syntax
'Declaration
 
Sub ClearGraphic( _
   ByVal lGraphicCookie As System.Integer, _
   ByVal bRefreshGeometry As System.Boolean, _
   ByVal pMap As ESRI.ArcGIS.Carto.IMap _
) 
'Usage
 
Dim instance As IMMGraphicExt2
Dim lGraphicCookie As System.Integer
Dim bRefreshGeometry As System.Boolean
Dim pMap As ESRI.ArcGIS.Carto.IMap
 
instance.ClearGraphic(lGraphicCookie, bRefreshGeometry, pMap)
void ClearGraphic( 
   System.int lGraphicCookie,
   System.bool bRefreshGeometry,
   ESRI.ArcGIS.Carto.IMap pMap
)
procedure ClearGraphic( 
    lGraphicCookie: System.Integer;
    bRefreshGeometry: System.Boolean;
    pMap: ESRI.ArcGIS.Carto.IMap
); 
function ClearGraphic( 
   lGraphicCookie : System.int,
   bRefreshGeometry : System.boolean,
   pMap : ESRI.ArcGIS.Carto.IMap
);
void ClearGraphic( 
   System.int lGraphicCookie,
   System.bool bRefreshGeometry,
   ESRI.ArcGIS.Carto.IMap* pMap
) 
void ClearGraphic( 
   System.int lGraphicCookie,
   System.bool bRefreshGeometry,
   ESRI.ArcGIS.Carto.IMap^ pMap
) 

Parameters

lGraphicCookie
bRefreshGeometry
pMap
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMGraphicExt2 Interface
IMMGraphicExt2 Members

Send Feedback