Share via


Application.LevelingClear Method

Project Developer Reference

Removes the effects of leveling.

Syntax

expression.LevelingClear(All)

expression   A variable that represents an Application object.

Parameters

Name Required/Optional Data Type Description
All Optional Boolean True if delays are removed from all tasks. False if delays are removed from selected tasks only.

Return Value
Boolean

Remarks

Using the LevelingClear method without specifying any arguments displays the Clear Leveling dialog box.

The LevelingClear method has no effect if a task has a priority of 1000 (do not level).

See Also