ArcFM Engine Developer Guide
ProcessMessage Method (IMMPxMessaging)


Syntax
'Declaration
 
Function ProcessMessage( _
   ByRef sType As String, _
   ByRef sVerb As String, _
   ByRef sNoun As String, _
   ByRef sVersion As String, _
   ByRef sMessage As String _
) As String
'Usage
 
Dim instance As IMMPxMessaging
Dim sType As String
Dim sVerb As String
Dim sNoun As String
Dim sVersion As String
Dim sMessage As String
Dim value As String
 
value = instance.ProcessMessage(sType, sVerb, sNoun, sVersion, sMessage)
string ProcessMessage( 
   ref string sType,
   ref string sVerb,
   ref string sNoun,
   ref string sVersion,
   ref string sMessage
)

Parameters

sType
sVerb
sNoun
sVersion
sMessage
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMPxMessaging Interface
IMMPxMessaging Members

 

 


Send Comment