ArcFM Responder Mobile Developer Guide
Delete Method (IMMSessionVersion2)






Syntax
'Declaration
 
Function Delete( _
   ByVal pArcApp As ESRI.ArcGIS.ArcMapUI.IMxApplication _
) As System.Boolean
'Usage
 
Dim instance As IMMSessionVersion2
Dim pArcApp As ESRI.ArcGIS.ArcMapUI.IMxApplication
Dim value As System.Boolean
 
value = instance.Delete(pArcApp)
System.bool Delete( 
   ESRI.ArcGIS.ArcMapUI.IMxApplication pArcApp
)
function Delete( 
    pArcApp: ESRI.ArcGIS.ArcMapUI.IMxApplication
): System.Boolean; 
function Delete( 
   pArcApp : ESRI.ArcGIS.ArcMapUI.IMxApplication
) : System.boolean;
System.bool Delete( 
   ESRI.ArcGIS.ArcMapUI.IMxApplication* pArcApp
) 
System.bool Delete( 
   ESRI.ArcGIS.ArcMapUI.IMxApplication^ pArcApp
) 

Parameters

pArcApp
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

IMMSessionVersion2 Interface
IMMSessionVersion2 Members

Send Feedback