ArcFM Responder Mobile Developer Guide
QATree Method (IMMQAQC)






Syntax
'Declaration
 
Function QATree( _
   ByVal pTgtD8List As ID8List, _
   Optional ByRef pDestList As ID8List _
) As System.Integer
'Usage
 
Dim instance As IMMQAQC
Dim pTgtD8List As ID8List
Dim pDestList As ID8List
Dim value As System.Integer
 
value = instance.QATree(pTgtD8List, pDestList)
System.int QATree( 
   ID8List pTgtD8List,
   out ID8List pDestList
)
function QATree( 
    pTgtD8List: ID8List;
   Out  pDestList: ID8List
): System.Integer; 
function QATree( 
   pTgtD8List : ID8List,
   pDestList : ID8List
) : System.int;
System.int QATree( 
   ID8List* pTgtD8List,
   [PARAMFLAG::Out] ID8List* pDestList
) 
System.int QATree( 
   ID8List^ pTgtD8List,
   [Out] ID8List^ pDestList
) 

Parameters

pTgtD8List
pDestList
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

IMMQAQC Interface
IMMQAQC Members

Send Feedback