Get int value of the TreeNode
GetIntValue( Index = "")
IntValue of the TreeNode
import PyOrigin NewTree = PyOrigin.EmptyTree() if(NewTree.IsValid()): NewTree.SetName('NEW') NewTree.SetIntValue(1) print("%d" %(NewTree.GetIntValue()))
TreeNode::SetIntValue