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.4.717.3176 (8.4.0717.3176)
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