Click or drag to resize

ScaleRetainEACMethod Enumeration

Specifies which particular value will Cobra scale the Estimate At Complete (EAC) values.

Namespace:  Cobra.WebService.ClientAPI.Application.Files
Assembly:  Cobra.WebService.ClientAPI (in Cobra.WebService.ClientAPI.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
public enum ScaleRetainEACMethod
Members
  Member nameValueDescription
Currency0 Use the value stored in the EAC field in the Control Account/Work Package pane of the Project view.
Hours1 Use the value stored in the Hours.EAC field in the Control Account/Work Package pane of the Project view.
HoursAndCurrency2 Scale the resource assignments whose first result is Hours so that the total hours match the value stores in the Hours.EAC field in the Control Account/Work Package pane of the Project view.
See Also