java.lang.String getPositionNameOf(int dimensionIndex)
Hi experts,
I would like to know what is the mapping between dimensionIndex and base intersection.
Eg.
printMeasureInfo -d <dom_path> -measure <a_meas> -baseint
brclstr_mnth
Is it mapped like table below?
dimensionIndex | dimension |
---|---|
0 | brcl |
1 | str |
2 | mnth |
When a statement is "<a_meas_iter>.getPositionNameOf(1)", it returns "str" position name of the cell. Is it correct?
Is there any online RPAS Java API instruction?
It's appreciated for any response.
Best regards,
Phil