Gets the assignments cost of the specified resource, summing up DefaultResourceUsageCost or SpecificResourceUsageCosts, and DefaultResourceHourCost or SpecificResourceHourCosts multiplied by work effort hours (for standard tasks). The value is eventually multiplied by assignment allocation units (if set).

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public double GetResourceCost(
	string resourceName
)
Visual Basic (Declaration)
Public Function GetResourceCost ( _
	resourceName As String _
) As Double

Parameters

resourceName
Type: System..::.String

Implements

IGanttChartView..::.GetResourceCost(String)

See Also