Set value of the TreeNode
SetIntValue(nVal, Index = "")
None
import PyOrigin NewTree = PyOrigin.EmptyTree() if(NewTree.IsValid()): NewTree.SetName('NEW') NewTree.SetIntValue(1) print("%d" %(NewTree.GetIntValue()))
TreeNode::GetIntValue