Showing posts with label Ax2009. Show all posts
Showing posts with label Ax2009. Show all posts

Sunday, December 8, 2013

Code to call Ax project reverse engineering tool

Code to call Ax project reverse engineering tool
SysVisioAddIn               sysVisioAddIn   = SysVisioAddIn::construct();

sysVisioAddIn.parmModelType(SysVisioModelType::ERModel);
sysVisioAddIn.parmFile(fileName);
sysVisioAddIn.parmUserSelection(SysVisioUserSelection::SharedProject);
sysVisioAddIn.parmProjectNode(SysTreeNode::getSharedProject().AOTfindChild(projectNode.AOTname()));

sysVisioAddIn.run();

Comparison of Layers across AX versions.

Comparison of Layers across AX versions