For a given
SectionSize template parameter value, the
configuration rule identifies the corresponding row in the design table and assign the
related parameter values to the section reference.
Following is a sample configuration
rule:
let i (Integer)
let l (List)
i = 1
for i while i <= Relations\ L_Equal_Angles\Sheet .RowsNb - 1
{
l->Append(Relations\ L_Equal_Angles\Sheet ->CellAsString(i, 1))
}
`TemplateParameters\Section size` .AuthorizedValues = l
Relations\ L_Equal_Angles\Configuration =Relations\ L_Equal_Angles\Sheet ->LocateInColumn(1, `TemplateParameters\Section size` )