ArcFM Responder Mobile Developer Guide
ListTreeAsDOM Property (IMMListTreeAsXML)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
Property ListTreeAsDOM As Miner.Interop.msxml2.IXMLDOMDocument
'Usage
 
Dim instance As IMMListTreeAsXML
Dim value As Miner.Interop.msxml2.IXMLDOMDocument
 
instance.ListTreeAsDOM = value
 
value = instance.ListTreeAsDOM
[System.Runtime.InteropServices.DispId(1610678272)]
Miner.Interop.msxml2.IXMLDOMDocument ListTreeAsDOM {get; set;}
read-write property ListTreeAsDOM: Miner.Interop.msxml2.IXMLDOMDocument; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
function get,set ListTreeAsDOM : Miner.Interop.msxml2.IXMLDOMDocument
[System.Runtime.InteropServices.DispId(1610678272)]
__property Miner.Interop.msxml2.IXMLDOMDocument* get_ListTreeAsDOM();
__property void set_ListTreeAsDOM( 
   Miner.Interop.msxml2.IXMLDOMDocument* value
);
[System.Runtime.InteropServices.DispId(1610678272)]
property Miner.Interop.msxml2.IXMLDOMDocument^ ListTreeAsDOM {
   Miner.Interop.msxml2.IXMLDOMDocument^ get();
   void set (    Miner.Interop.msxml2.IXMLDOMDocument^ value);
}
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

IMMListTreeAsXML Interface
IMMListTreeAsXML Members

Send Feedback