title | keywords | f1_keywords | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|---|
Application.LayoutSelectionNow method (Project) |
vbapj.chm2399 |
|
project-server |
|
79d8521a-2760-7e73-f430-f39dc7747cd8 |
06/08/2017 |
medium |
Positions the selected task boxes in the active Network Diagram view according to its layout options.
expression. LayoutSelectionNow
expression A variable that represents an Application object.
Boolean
Layout options can be set with the BoxLayout and BoxLinks methods.
The LayoutSelectionNow method is only available when a Network Diagram view is active.
The following example positions the selected boxes in a top-down layout.
Sub Layout_SelectionNow()
'Activate Network Diagram view
ViewApply Name:="Network &Diagram"
BoxSet Action:=pjBoxAddToSelection, TaskID:=2
BoxLayout LayoutMode:=pjLayoutManual, LayoutScheme:=pjLayoutTopDownByDay
LayoutSelectionNow
End Sub
[!includeSupport and feedback]