ArcFM Responder Mobile Developer Guide
UpdateMessage Method (IMMQAQCProcessorCallback)






Syntax
'Declaration
 
Sub UpdateMessage( _
   ByVal obj As ESRI.ArcGIS.Geodatabase.IObject _
) 
'Usage
 
Dim instance As IMMQAQCProcessorCallback
Dim obj As ESRI.ArcGIS.Geodatabase.IObject
 
instance.UpdateMessage(obj)
void UpdateMessage( 
   ESRI.ArcGIS.Geodatabase.IObject obj
)
procedure UpdateMessage( 
    obj: ESRI.ArcGIS.Geodatabase.IObject
); 
function UpdateMessage( 
   obj : ESRI.ArcGIS.Geodatabase.IObject
);
void UpdateMessage( 
   ESRI.ArcGIS.Geodatabase.IObject* obj
) 
void UpdateMessage( 
   ESRI.ArcGIS.Geodatabase.IObject^ obj
) 

Parameters

obj
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

IMMQAQCProcessorCallback Interface
IMMQAQCProcessorCallback Members

Send Feedback