SetWBSNumbering method: Gantt class
Syntax
SetWBSNumbering(RecordName.FieldName)
Description
Use the SetWBSNumbering method to specify the field in the record that defines the WBS numbering to be displayed for each task row in the table section of the Gantt chart.
A WBS is very similar in structure and layout to a document outline. Each item at a specific level of a WBS is numbered consecutively (that is, 10, 20, 30, 40, 50). Each item at the next level is numbered within the number of its parent item (that is, 10.1, 10.2, 10.3, 10.4). For example:
1.
1.1
1.1.1
1.1.2
1.1.3
1.2
1.2.1
1.2.2
2.
. . .
If no field name is provided, WBS numbering is not displayed along with the tasks.
Regardless if WBS numbering is provided, child tasks are indented to the right of their parent task.
Parameters
| Parameter | Description |
|---|---|
|
RecordName.FieldName |
Specify the field name and its associated record that defines the WBS numbering to be displayed. The field must be of type character. |
Returns
None.