ArcFM Responder Mobile Developer Guide
QASingleRow Method (IMMQAQC)






Syntax
'Declaration
 
Function QASingleRow( _
   ByVal pRow As ESRI.ArcGIS.Geodatabase.IRow, _
   ByRef pErrorList As ID8List _
) As System.Integer
'Usage
 
Dim instance As IMMQAQC
Dim pRow As ESRI.ArcGIS.Geodatabase.IRow
Dim pErrorList As ID8List
Dim value As System.Integer
 
value = instance.QASingleRow(pRow, pErrorList)
System.int QASingleRow( 
   ESRI.ArcGIS.Geodatabase.IRow pRow,
   out ID8List pErrorList
)
function QASingleRow( 
    pRow: ESRI.ArcGIS.Geodatabase.IRow;
   Out  pErrorList: ID8List
): System.Integer; 
function QASingleRow( 
   pRow : ESRI.ArcGIS.Geodatabase.IRow,
   pErrorList : ID8List
) : System.int;
System.int QASingleRow( 
   ESRI.ArcGIS.Geodatabase.IRow* pRow,
   [PARAMFLAG::Out] ID8List* pErrorList
) 
System.int QASingleRow( 
   ESRI.ArcGIS.Geodatabase.IRow^ pRow,
   [Out] ID8List^ pErrorList
) 

Parameters

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

IMMQAQC Interface
IMMQAQC Members

Send Feedback