Tree.SetNode

Tree.SetNode ( 

string ObjectName,

string NodeIndex,

table  Data )

Example 1

Tree.SetNode("Tree1", "2.1", tNodeDataToSet);

Sets the node at "2.1" in the "Tree1" tree object to use the data/properties found in the table "tNodeDataToSet".

See also:  Related Actions