
Hi,
Does anybody knows how to use SysModelStore class for custom AOT element moving between models?
I am looking for code example where specific aot object (or set of the objects) is been moved to other model.
I have found code which is used in standard functionality, but it is kernel, so I dont know how it works and there is no documentation:
xInfo::setCurrentModelId(currentModelId);//integer
Thank you
*This post is locked for comments
I have the same question (0)Solution:
treeNode = TreeNode::findNode(@"\Jobs\test");
treeNode.AOTfindChild(TreeNode.treeNodeName());
treeNode.AOTSetModel(currentModelId);