Gets the total cost of the specified task, summing up ExecutionCost and the value returned by GetExtraCost(GanttChartItem) method.

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

C#
public double GetCost(
	GanttChartItem item
)
Visual Basic (Declaration)
Public Function GetCost ( _
	item As GanttChartItem _
) As Double

See Also