ArcFM Responder Mobile Developer Guide
MobileTree Property






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
Property MobileTree As ID8List
'Usage
 
Dim instance As IMMMobileTools
Dim value As ID8List
 
instance.MobileTree = value
 
value = instance.MobileTree
[System.Runtime.InteropServices.DispId(1610678272)]
ID8List MobileTree {get; set;}
read-write property MobileTree: ID8List; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
function get,set MobileTree : ID8List
[System.Runtime.InteropServices.DispId(1610678272)]
__property ID8List* get_MobileTree();
__property void set_MobileTree( 
   ID8List* value
);
[System.Runtime.InteropServices.DispId(1610678272)]
property ID8List^ MobileTree {
   ID8List^ get();
   void set (    ID8List^ 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

IMMMobileTools Interface
IMMMobileTools Members

Send Feedback