Responder Developer Guide
QASingleRow Method


Version: 10.2.1a

Resource Center Home

Row to run QA/QC on
Gets all rule settings for PRow and then calls QASingleRule to validate row against a single rule.
Syntax
'Declaration
 
Public Function QASingleRow( _
   ByVal row As ESRI.ArcGIS.Geodatabase.IRow, _
   ByVal qaqcCallback As IMMQAQCProcessorCallback _
) As IMMQAQCProcessorResults
'Usage
 
Dim instance As QaQcProcessor
Dim row As ESRI.ArcGIS.Geodatabase.IRow
Dim qaqcCallback As IMMQAQCProcessorCallback
Dim value As IMMQAQCProcessorResults
 
value = instance.QASingleRow(row, qaqcCallback)
public IMMQAQCProcessorResults QASingleRow( 
   ESRI.ArcGIS.Geodatabase.IRow row,
   IMMQAQCProcessorCallback qaqcCallback
)

Parameters

row
Row to run QA/QC on
qaqcCallback

Return Value

object that contains error list and count.
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

QaQcProcessor Class
QaQcProcessor Members

 

 


Send Comment