ArcFM Solution Developer Guide
ProcessMessage Method (IMMPxMessaging)


Syntax
'Declaration
 
Function ProcessMessage( _
   ByRef sType As System.String, _
   ByRef sVerb As System.String, _
   ByRef sNoun As System.String, _
   ByRef sVersion As System.String, _
   ByRef sMessage As System.String _
) As System.String
'Usage
 
Dim instance As IMMPxMessaging
Dim sType As System.String
Dim sVerb As System.String
Dim sNoun As System.String
Dim sVersion As System.String
Dim sMessage As System.String
Dim value As System.String
 
value = instance.ProcessMessage(sType, sVerb, sNoun, sVersion, sMessage)
System.string ProcessMessage( 
   ref System.string sType,
   ref System.string sVerb,
   ref System.string sNoun,
   ref System.string sVersion,
   ref System.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