ArcFM Responder Mobile Developer Guide
CheckExtDBVersion Method






Syntax
'Declaration
 
Function CheckExtDBVersion( _
   ByVal pPxApp As IMMPxApplication _
) As System.Boolean
'Usage
 
Dim instance As IMMExtensionEx
Dim pPxApp As IMMPxApplication
Dim value As System.Boolean
 
value = instance.CheckExtDBVersion(pPxApp)
System.bool CheckExtDBVersion( 
   IMMPxApplication pPxApp
)
function CheckExtDBVersion( 
    pPxApp: IMMPxApplication
): System.Boolean; 
function CheckExtDBVersion( 
   pPxApp : IMMPxApplication
) : System.boolean;
System.bool CheckExtDBVersion( 
   IMMPxApplication* pPxApp
) 
System.bool CheckExtDBVersion( 
   IMMPxApplication^ pPxApp
) 

Parameters

pPxApp
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

IMMExtensionEx Interface
IMMExtensionEx Members

Send Feedback