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.700.3359 (8.5.0700.3359)
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