Optimizes schedule times of the specified item in order to optimize the project finish date without leveling resources, respecting dependency constraints.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
C# |
---|
public bool OptimizeWork( GanttChartItem item, bool dependenciesOnly, bool includeStarted, Nullable<DateTime> start ) |
Visual Basic (Declaration) |
---|
Public Function OptimizeWork ( _ item As GanttChartItem, _ dependenciesOnly As Boolean, _ includeStarted As Boolean, _ start As Nullable(Of DateTime) _ ) As Boolean |
Parameters
- dependenciesOnly
- Type: System..::.Boolean
- includeStarted
- Type: System..::.Boolean
- start
- Type: System..::.Nullable<(Of <(DateTime>)>)