BuildingTcl -- addSection: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | |||
==Commands == | |||
:addSectionData SectionLabel $SectionLabel | |||
:addSectionData SectionModelLabel $SectionModelLabel | |||
:addSectionData $RequiredArgument1Label $RequiredArgument1Value | |||
:addSectionData $RequiredArgument2Label $RequiredArgument2Value | |||
:… | |||
:<addSectionData $InputArgument1Label $InputArgument1Value> | |||
:<addSectionData $InputArgument2Label $InputArgument2Value> | |||
:… | |||
:'''addSection''' | |||
==Arguments == | |||
*'''$SectionLabel''': Unique Section Label for reference | |||
*'''$SectionModelLabel''': Specifies which SectionModel is being used. | |||
*'''$RequiredArgument1Label $RequiredArgument1Value ...''' :Labels and corresponding values for SectionModel-specific required argument. | |||
*'''$InputArgument1Label $InputArgument1Value …''' : Labels and corresponding values for SectionModel-specific Input Arguments (Optional) | |||
==Notes == | |||
The addSection command must be placed at the end of each Section-data definition, as it takes all data defined since the last addSection command and define the Section. | |||
==Options == | |||
* [[BuildingTcl -- SectionModelLabels]] | |||
---- | ---- | ||
Return to [[BuildingTcl]] | Return to [[BuildingTcl]] |
Revision as of 21:42, 29 October 2009
Commands
- addSectionData SectionLabel $SectionLabel
- addSectionData SectionModelLabel $SectionModelLabel
- addSectionData $RequiredArgument1Label $RequiredArgument1Value
- addSectionData $RequiredArgument2Label $RequiredArgument2Value
- …
- <addSectionData $InputArgument1Label $InputArgument1Value>
- <addSectionData $InputArgument2Label $InputArgument2Value>
- …
- addSection
Arguments
- $SectionLabel: Unique Section Label for reference
- $SectionModelLabel: Specifies which SectionModel is being used.
- $RequiredArgument1Label $RequiredArgument1Value ... :Labels and corresponding values for SectionModel-specific required argument.
- $InputArgument1Label $InputArgument1Value … : Labels and corresponding values for SectionModel-specific Input Arguments (Optional)
Notes
The addSection command must be placed at the end of each Section-data definition, as it takes all data defined since the last addSection command and define the Section.
Options
Return to BuildingTcl