yanweiyuan3
2023-08-09 588bc7829387dfc761cc25f06f77d4c81818bd10
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, '' );"
}