I want to create a subnode using DLL Maker, using flexscript is like this:
treenode node = node("MODEL:/Tools"); node.subnodes.add(); node.subnodes[node.subnodes.length].name = "MTBFMTTR";
There is a command in c++ DLL Maker (like CreateInstance()) that i can use to do this?
Thanks and regards!