ArcFM Responder Mobile Developer Guide
Root Property






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(2020)>
Property Root As ISSNode
'Usage
 
Dim instance As ISSNode
Dim value As ISSNode
 
instance.Root = value
 
value = instance.Root
[System.Runtime.InteropServices.DispId(2020)]
ISSNode Root {get; set;}
read-write property Root: ISSNode; 
System.Runtime.InteropServices.DispIdAttribute(2020)
function get,set Root : ISSNode
[System.Runtime.InteropServices.DispId(2020)]
__property ISSNode* get_Root();
__property void set_Root( 
   ISSNode* value
);
[System.Runtime.InteropServices.DispId(2020)]
property ISSNode^ Root {
   ISSNode^ get();
   void set (    ISSNode^ 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

ISSNode Interface
ISSNode Members

Send Feedback