Click or drag to resize

ReplanMethod Enumeration

Specifies how the replan should be calculated.

Namespace:  Cobra.Model.WebService
Assembly:  Cobra.Model.WebService (in Cobra.Model.WebService.dll) Version: 8.5.716.3700 (8.5.0716.3700)
Syntax
C#
public enum ReplanMethod
Members
  Member nameValueDescription
SetBudgetAndProgress0 Set the Budget and Progress equal to the Actual Costs.
SetBudgetOnly1 Set the Budget equal to the calculated Progress.
See Also