ArcFM Responder Mobile Developer Guide
ClearGraphic Method (IMMGraphicExt)






Syntax
'Declaration
 
Sub ClearGraphic( _
   ByVal lGraphicCookie As System.Integer _
) 
'Usage
 
Dim instance As IMMGraphicExt
Dim lGraphicCookie As System.Integer
 
instance.ClearGraphic(lGraphicCookie)
void ClearGraphic( 
   System.int lGraphicCookie
)
procedure ClearGraphic( 
    lGraphicCookie: System.Integer
); 
function ClearGraphic( 
   lGraphicCookie : System.int
);
void ClearGraphic( 
   System.int lGraphicCookie
) 
void ClearGraphic( 
   System.int lGraphicCookie
) 

Parameters

lGraphicCookie
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

IMMGraphicExt Interface
IMMGraphicExt Members

Send Feedback