Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.18 KB

Project.Application.LevelSelected.md

File metadata and controls

44 lines (26 loc) · 1.18 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.LevelSelected method (Project)
vbapj.chm2292
vbapj.chm2292
project-server
Project.Application.LevelSelected
1e9383cc-43d3-b479-9b95-cf6fb8cf05b1
06/08/2017
medium

Application.LevelSelected method (Project)

Levels the selected tasks to resolve resource conflicts or overallocations.

Syntax

expression. LevelSelected( _ResolveMethod_ )

expression An expression that returns an Application object.

Parameters

Name Required/Optional Data type Description
ResolveMethod Optional PjLevelSelectedOption Specifies what to resolve in the leveling process. Can be a PjLevelSelectedOption constant. The default is pjResolveSelectedTasks.

Return value

Boolean

Remarks

The LevelSelected method corresponds to the Level Selection command in the Level group on the Resource tab. The Level Selection command is enabled when more than one task is selected.

[!includeSupport and feedback]