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);
Aucun commentaire:
Enregistrer un commentaire