Get string value of the TreeNode
GetStrValue( Index = "")
string value of the TreeNode
import PyOrigin NewTree = PyOrigin.EmptyTree() if(NewTree.IsValid()): NewTree.SetName('NEW') NewTree.SetStrValue('TEST') print("%s" %(NewTree.GetStrValue()))
TreeNode::SetStrValue