Application.SummaryTasksShow Method
Project Developer Reference |
Shows or hides summary tasks in the active Network Diagram.
Syntax
expression.SummaryTasksShow(Show)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Show | Optional | Boolean | True if summary tasks display in the active view. The default value is True if summary tasks are hidden and False if they are visible. |
Return Value
Boolean
See Also