Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The fixed cost of the task when the baseline was saved.
<FixedCost>
FloatValue
</FixedCost>
Parent Elements
Occurrences
Minimum: 0 Maximum: 1 |
Text Value
A text value of type float is required.
Remarks
Fixed costs are costs for a task that remain constant regardless of the task duration, the amount of work performed by the resource, and the number of assignment units.
Example
The following example uses the FixedCost element to indicate that the task has no fixed cost.
<Task>
…
<FixedCost>0</FixedCost>
…
</Task>