Levels the assigned allocation units assuming that all or the specified tasks within the component are fixed duration and effort driven.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public void LevelAllocations(
	params TaskItem[] tasks
)
Visual Basic (Declaration)
Public Sub LevelAllocations ( _
	ParamArray tasks As TaskItem() _
)

Parameters

tasks
Type: array<DlhSoft.Windows.Data..::..TaskItem>[]()[][]

See Also