getValue Last update: 16.07.2025 public getValue(index: String, run: Long): Any gets the value Return Object Parameters index the name of the variable to fetch the value of run the run of the run to fetch (0-based index) Throws ModelCenterException public getValue(index: Int, run: Long): Any gets the value Return Object Parameters index the index of the variable to fetch the value of (0-based index) run the run of the run to fetch (0-based index) Throws ModelCenterException