ArcFM Engine Developer Guide
QASingleRow Method (MMQAQCClass)


Syntax
'Declaration
 
Public Overridable Function QASingleRow( _
   ByVal pRow As ESRI.ArcGIS.Geodatabase.IRow, _
   ByRef pErrorList As ID8List _
) As Integer
'Usage
 
Dim instance As MMQAQCClass
Dim pRow As ESRI.ArcGIS.Geodatabase.IRow
Dim pErrorList As ID8List
Dim value As Integer
 
value = instance.QASingleRow(pRow, pErrorList)
public virtual int QASingleRow( 
   ESRI.ArcGIS.Geodatabase.IRow pRow,
   out ID8List pErrorList
)

Parameters

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

MMQAQCClass Class
MMQAQCClass Members

 

 


Send Comment