ArcFM Responder Mobile Developer Guide
AddNode Method






Syntax
'Declaration
 
Sub AddNode( _
   ByVal IncludeChildren As System.Boolean, _
   ByVal Index As System.Integer, _
   ByVal NodeAsXML As System.String _
) 
'Usage
 
Dim instance As IMMListTreeAsXML
Dim IncludeChildren As System.Boolean
Dim Index As System.Integer
Dim NodeAsXML As System.String
 
instance.AddNode(IncludeChildren, Index, NodeAsXML)
void AddNode( 
   System.bool IncludeChildren,
   System.int Index,
   System.string NodeAsXML
)
procedure AddNode( 
    IncludeChildren: System.Boolean;
    Index: System.Integer;
    NodeAsXML: System.String
); 
function AddNode( 
   IncludeChildren : System.boolean,
   Index : System.int,
   NodeAsXML : System.String
);
void AddNode( 
   System.bool IncludeChildren,
   System.int Index,
   System.string* NodeAsXML
) 
void AddNode( 
   System.bool IncludeChildren,
   System.int Index,
   System.String^ NodeAsXML
) 

Parameters

IncludeChildren
Index
NodeAsXML
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