ArcFM Responder Mobile Developer Guide
QASingleRow Method (IMMQAQCProcessor)






Syntax
'Declaration
 
Function QASingleRow( _
   ByVal pRow As ESRI.ArcGIS.Geodatabase.IRow, _
   ByVal QAQCCallback As IMMQAQCProcessorCallback _
) As IMMQAQCProcessorResults
'Usage
 
Dim instance As IMMQAQCProcessor
Dim pRow As ESRI.ArcGIS.Geodatabase.IRow
Dim QAQCCallback As IMMQAQCProcessorCallback
Dim value As IMMQAQCProcessorResults
 
value = instance.QASingleRow(pRow, QAQCCallback)
IMMQAQCProcessorResults QASingleRow( 
   ESRI.ArcGIS.Geodatabase.IRow pRow,
   IMMQAQCProcessorCallback QAQCCallback
)
function QASingleRow( 
    pRow: ESRI.ArcGIS.Geodatabase.IRow;
    QAQCCallback: IMMQAQCProcessorCallback
): IMMQAQCProcessorResults; 
function QASingleRow( 
   pRow : ESRI.ArcGIS.Geodatabase.IRow,
   QAQCCallback : IMMQAQCProcessorCallback
) : IMMQAQCProcessorResults;
IMMQAQCProcessorResults* QASingleRow( 
   ESRI.ArcGIS.Geodatabase.IRow* pRow,
   IMMQAQCProcessorCallback* QAQCCallback
) 
IMMQAQCProcessorResults^ QASingleRow( 
   ESRI.ArcGIS.Geodatabase.IRow^ pRow,
   IMMQAQCProcessorCallback^ QAQCCallback
) 

Parameters

pRow
QAQCCallback
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

IMMQAQCProcessor Interface
IMMQAQCProcessor Members

Send Feedback