If i open multiple document in programming by doing this.
Ax.openDocument(path1)
Ax.openDocument(path2)
I guess that there must be an instance of both document in Axviewer.
If so, why GetDocumentsCount return 1 ?
We can actually open more than one document right ?
I probably do something wrong
