ArcFM Responder Mobile Developer Guide
QATree Method (MMQAQCClass)






Syntax
'Declaration
 
Public Overridable Function QATree( _
   ByVal pTgtD8List As ID8List, _
   Optional ByRef pDestList As ID8List _
) As System.Integer
'Usage
 
Dim instance As MMQAQCClass
Dim pTgtD8List As ID8List
Dim pDestList As ID8List
Dim value As System.Integer
 
value = instance.QATree(pTgtD8List, pDestList)
public virtual System.int QATree( 
   ID8List pTgtD8List,
   out ID8List pDestList
)
public function QATree( 
    pTgtD8List: ID8List;
   Out  pDestList: ID8List
): System.Integer; virtual; 
public function QATree( 
   pTgtD8List : ID8List,
   pDestList : ID8List
) : System.int;
public: virtual System.int QATree( 
   ID8List* pTgtD8List,
   [PARAMFLAG::Out] ID8List* pDestList
) 
public:
virtual 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

MMQAQCClass Class
MMQAQCClass Members

Send Feedback