Hi All.
With ARIS 7.2 577476 reporting, I cannot retrieve the position of an object occurrence.
Calling X() or Y() always returns 0, however Width() or Height() works just fine.
Can anyone assist?
var model = ArisData.getSelectedModels(); var oOccs = model[0].ObjOccList(); var X = oOccs[0].X();