ArcFM Responder Mobile 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
)
procedure ClearGraphics( 
    lFromGraphicCookie: System.Integer;
    lToGraphicCookie: System.Integer;
    bRefreshGeometry: System.Boolean;
    pMap: ESRI.ArcGIS.Carto.IMap
); 
function ClearGraphics( 
   lFromGraphicCookie : System.int,
   lToGraphicCookie : System.int,
   bRefreshGeometry : System.boolean,
   pMap : ESRI.ArcGIS.Carto.IMap
);
void ClearGraphics( 
   System.int lFromGraphicCookie,
   System.int lToGraphicCookie,
   System.bool bRefreshGeometry,
   ESRI.ArcGIS.Carto.IMap* 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 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