ArcFM Responder Mobile Developer Guide
Update Method (IMMPxSDEVersion)






Syntax
'Declaration
 
Function Update( _
   ByVal bSupressMsg As System.Boolean _
) As System.Boolean
'Usage
 
Dim instance As IMMPxSDEVersion
Dim bSupressMsg As System.Boolean
Dim value As System.Boolean
 
value = instance.Update(bSupressMsg)
System.bool Update( 
   System.bool bSupressMsg
)
function Update( 
    bSupressMsg: System.Boolean
): System.Boolean; 
function Update( 
   bSupressMsg : System.boolean
) : System.boolean;
System.bool Update( 
   System.bool bSupressMsg
) 
System.bool Update( 
   System.bool bSupressMsg
) 

Parameters

bSupressMsg
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

IMMPxSDEVersion Interface
IMMPxSDEVersion Members

Send Feedback