Hello!
myModel contains 5 versions
I do it in macro:
var myModel = Context.getSelectedModels()[0];
var myModelVersion3 = Archive.getModelVersion(myModel, 3);
result:
"The following model is missing in the change list: 3"
How to get the model version?