Responder Developer Guide
QAAppendList Method


Version: 10.2.1a

Resource Center Home

ListItems in pTgtList are added to pDestList. ListItems in pDestList are then validated based on QA/QC rule settings for each object. This is done through calls to QAListImpl->QAList->QA_SingleRow->QASingleRule
Syntax
'Declaration
 
Public Function QAAppendList( _
   ByVal targetList As ID8List, _
   ByVal qaqcCallback As IMMQAQCProcessorCallback, _
   ByVal pDestList As ID8List _
) As IMMQAQCProcessorResults
'Usage
 
Dim instance As QaQcProcessor
Dim targetList As ID8List
Dim qaqcCallback As IMMQAQCProcessorCallback
Dim pDestList As ID8List
Dim value As IMMQAQCProcessorResults
 
value = instance.QAAppendList(targetList, qaqcCallback, pDestList)
public IMMQAQCProcessorResults QAAppendList( 
   ID8List targetList,
   IMMQAQCProcessorCallback qaqcCallback,
   ID8List pDestList
)

Parameters

targetList
qaqcCallback
pDestList

Return Value

IMMQAQCProcessorResults - 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