Exporting AOT Programmatically

Ever wanted to export AOT objects programatically, here's a very basic demo which could be customised to fit a specific scenario:

#AOT
#AOTExport
TreeNode rootNode;
;
rootNode = infolog.rootNode();
rootNode.treeNodeExport('c:\\fullaot.xpo', #expKeepIds + #expLables + #expLayer);

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.