ClearLeveling

ClearLeveling(Project)

Clears any leveling delay that was previously added to the project during resource leveling.

public static void ClearLeveling(Project project)
ParameterTypeDescription
projectProjectProject to clear leveling.

See Also


ClearLeveling(IEnumerable<Task>)

Clears any leveling delay that was previously added to the specified tasks during resource leveling.

public static void ClearLeveling(IEnumerable<Task> tasks)
ParameterTypeDescription
tasksIEnumerable`1The enumerable containing tasks for which leveling delay should be cleared.

See Also