1
2
3
4
5
6
7
8
9
10
11
12
13
14
| Quintiq file version 2.0
| #parent: #root
| Method Add (LibOpt_ScopeElements elements, LibOpt_Group group)
| {
| Description:
| [*
| Add the `LibOpt_ScopeElements` to the `LibOpt_Scope` and associate the given `LibOpt_Group` to it.
|
| If a scope element was already in scope, it is not added another time.
| The associated group will change if the group argument is different from the element's current group.
| The comment will be unset, even if the group stays the same.
| *]
| TextBody: "this.Add( elements, group, '' );"
| }
|
|