---
title: "GetLessonAdditionalRoomList (Opus Funktion)"
---
### Beschreibung

Gibt eine Liste der RoomIDs zurück.

### Argumente

| Name | Typ | Beschreibung |
| --- | --- | --- |
|  | [integer](../../standard-datentypen/integer.md) | LessonID |

### Rückgabewert Integer Array

RoomID Liste

### Beispiel

```
Lo_AdditionalRooms := GetLessonAdditionalRoomList(Lo_Lesson.i_SSB_LessonID);
```

### Siehe auch

---
