getValueAbsolute
Last update: 16.07.2025public getValueAbsolute(index: String): String
gets the value of the variable at a specific location without validating.
Return
the value of the variable
Parameters
| index | index in string form, i.e. [1][2][3] |
Throws
| ModelCenterException |
public getValueAbsolute(d1: Long): String
gets the value of the variable at a specific location without validating.
Return
the value of the variable
Parameters
| d1 | index in the 1st dimension (0-based index) |
Throws
| ModelCenterException |
public getValueAbsolute(d1: Long, d2: Long): String
gets the value of the variable at a specific location without validating.
Return
the value of the variable
Parameters
| d1 | index in the 1st dimension (0-based index) |
| d2 | index in the 2nd dimension (0-based index) |
Throws
| ModelCenterException |
public getValueAbsolute(d1: Long, d2: Long, d3: Long): String
gets the value of the variable at a specific location without validating.
Return
the value of the variable
Parameters
| d1 | index in the 1st dimension (0-based index) |
| d2 | index in the 2nd dimension (0-based index) |
| d3 | index in the 3rd dimension (0-based index) |
Throws
| ModelCenterException |
public getValueAbsolute(d1: Long, d2: Long, d3: Long, d4: Long): String
gets the value of the variable at a specific location without validating.
Return
the value of the variable
Parameters
| d1 | index in the 1st dimension (0-based index) |
| d2 | index in the 2nd dimension (0-based index) |
| d3 | index in the 3rd dimension (0-based index) |
| d4 | index in the 4th dimension (0-based index) |
Throws
| ModelCenterException |
public getValueAbsolute(d1: Long, d2: Long, d3: Long, d4: Long, d5: Long): String
gets the value of the variable at a specific location without validating.
Return
the value of the variable
Parameters
| d1 | index in the 1st dimension (0-based index) |
| d2 | index in the 2nd dimension (0-based index) |
| d3 | index in the 3rd dimension (0-based index) |
| d4 | index in the 4th dimension (0-based index) |
| d5 | index in the 5th dimension (0-based index) |
Throws
| ModelCenterException |
public getValueAbsolute(d1: Long, d2: Long, d3: Long, d4: Long, d5: Long, d6: Long): String
gets the value of the variable at a specific location without validating.
Return
the value of the variable
Parameters
| d1 | index in the 1st dimension (0-based index) |
| d2 | index in the 2nd dimension (0-based index) |
| d3 | index in the 3rd dimension (0-based index) |
| d4 | index in the 4th dimension (0-based index) |
| d5 | index in the 5th dimension (0-based index) |
| d6 | index in the 6th dimension (0-based index) |
Throws
| ModelCenterException |
public getValueAbsolute(d1: Long, d2: Long, d3: Long, d4: Long, d5: Long, d6: Long, d7: Long): String
gets the value of the variable at a specific location without validating.
Return
the value of the variable
Parameters
| d1 | index in the 1st dimension (0-based index) |
| d2 | index in the 2nd dimension (0-based index) |
| d3 | index in the 3rd dimension (0-based index) |
| d4 | index in the 4th dimension (0-based index) |
| d5 | index in the 5th dimension (0-based index) |
| d6 | index in the 6th dimension (0-based index) |
| d7 | index in the 7th dimension (0-based index) |
Throws
| ModelCenterException |
public getValueAbsolute(d1: Long, d2: Long, d3: Long, d4: Long, d5: Long, d6: Long, d7: Long, d8: Long): String
gets the value of the variable at a specific location without validating.
Return
the value of the variable
Parameters
| d1 | index in the 1st dimension (0-based index) |
| d2 | index in the 2nd dimension (0-based index) |
| d3 | index in the 3rd dimension (0-based index) |
| d4 | index in the 4th dimension (0-based index) |
| d5 | index in the 5th dimension (0-based index) |
| d6 | index in the 6th dimension (0-based index) |
| d7 | index in the 7th dimension (0-based index) |
| d8 | index in the 8th dimension (0-based index) |
Throws
| ModelCenterException |
public getValueAbsolute(d1: Long, d2: Long, d3: Long, d4: Long, d5: Long, d6: Long, d7: Long, d8: Long, d9: Long): String
gets the value of the variable at a specific location without validating.
Return
the value of the variable
Parameters
| d1 | index in the 1st dimension (0-based index) |
| d2 | index in the 2nd dimension (0-based index) |
| d3 | index in the 3rd dimension (0-based index) |
| d4 | index in the 4th dimension (0-based index) |
| d5 | index in the 5th dimension (0-based index) |
| d6 | index in the 6th dimension (0-based index) |
| d7 | index in the 7th dimension (0-based index) |
| d8 | index in the 8th dimension (0-based index) |
| d9 | index in the 9th dimension (0-based index) |
Throws
| ModelCenterException |
public getValueAbsolute(d1: Long, d2: Long, d3: Long, d4: Long, d5: Long, d6: Long, d7: Long, d8: Long, d9: Long, d10: Long): String
gets the value of the variable at a specific location without validating.
Return
the value of the variable
Parameters
| d1 | index in the 1st dimension (0-based index) |
| d2 | index in the 2nd dimension (0-based index) |
| d3 | index in the 3rd dimension (0-based index) |
| d4 | index in the 4th dimension (0-based index) |
| d5 | index in the 5th dimension (0-based index) |
| d6 | index in the 6th dimension (0-based index) |
| d7 | index in the 7th dimension (0-based index) |
| d8 | index in the 8th dimension (0-based index) |
| d9 | index in the 9th dimension (0-based index) |
| d10 | index in the 10th dimension (0-based index) |
Throws
| ModelCenterException |