Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 21.2.3 ]
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!
Solved! Go to Solution.