ArcFM Responder Mobile Developer Guide
QASingleRow Method (MMQAQCClass)






Syntax
'Declaration
 
Public Overridable Function QASingleRow( _
   ByVal pRow As ESRI.ArcGIS.Geodatabase.IRow, _
   ByRef pErrorList As ID8List _
) As System.Integer
'Usage
 
Dim instance As MMQAQCClass
Dim pRow As ESRI.ArcGIS.Geodatabase.IRow
Dim pErrorList As ID8List
Dim value As System.Integer
 
value = instance.QASingleRow(pRow, pErrorList)
public virtual System.int QASingleRow( 
   ESRI.ArcGIS.Geodatabase.IRow pRow,
   out ID8List pErrorList
)
public function QASingleRow( 
    pRow: ESRI.ArcGIS.Geodatabase.IRow;
   Out  pErrorList: ID8List
): System.Integer; virtual; 
public function QASingleRow( 
   pRow : ESRI.ArcGIS.Geodatabase.IRow,
   pErrorList : ID8List
) : System.int;
public: virtual System.int QASingleRow( 
   ESRI.ArcGIS.Geodatabase.IRow* pRow,
   [PARAMFLAG::Out] ID8List* pErrorList
) 
public:
virtual 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

MMQAQCClass Class
MMQAQCClass Members

Send Feedback