| 1
2
3
4
5
6
7
8
9
10
11
12
13
 | | Quintiq file version 2.0 |  | #parent: #root |  | Method Add (LibOpt_ScopeElements elements, String comment) |  | { |  |   Description: |  |   [* |  |     Add the `LibOpt_ScopeElements` to the `LibOpt_Scope` and associate the given comment to it. |  |      |  |     If the scope element was already in scope, it is not added another time. The comment will change if this is different. |  |     If the scope element was assigned to a `LibOpt_Group` inside the scope, the association will be removed if this method is called. |  |   *] |  |   TextBody: 'this.Add( elements, null( LibOpt_Group ), comment );' |  | } | 
 |