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.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public double GetResourceCost(
	Object resource
)
Visual Basic (Declaration)
Public Function GetResourceCost ( _
	resource As Object _
) As Double

Parameters

resource
Type: System..::..Object

See Also