Hi all!
I'm trying to create aris matrixes and i'm finding this problem.
I create the aris matrix this way:
l_Model = group.CreateModel(131292,subprocessName,g_nloc);
l_matrix = l_Model.getMatrixModel();
And I try to add headers like this:
l_header0 = l_matrix.createHeaderCell(null,positionObjDef,631,10,false);
The matrix is created, 1244 position object definitions are added and in the explorer I can see the occurrences in the matrix, but when I open the matrix in the matrix viewer it looks empty.
Any ideas?
Greetings,
Homer