Responder Developer Guide
QAList Method


Version: 10.2.1a

Resource Center Home

list containing objects the user wants to run QA/QC on
Validate objects in pTgtList based on QA/QC rule settings for that object. This is done through calls to QAListImpl->QAList->QA_SingleRow->QASingleRule
Syntax
'Declaration
 
Public Function QAList( _
   ByVal targetList As ID8List, _
   ByVal qaqcCallback As IMMQAQCProcessorCallback _
) As IMMQAQCProcessorResults
'Usage
 
Dim instance As QaQcProcessor
Dim targetList As ID8List
Dim qaqcCallback As IMMQAQCProcessorCallback
Dim value As IMMQAQCProcessorResults
 
value = instance.QAList(targetList, qaqcCallback)
public IMMQAQCProcessorResults QAList( 
   ID8List targetList,
   IMMQAQCProcessorCallback qaqcCallback
)

Parameters

targetList
list containing objects the user wants 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