Click or drag to resize

ScaleRetainEACMethod Enumeration

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

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 ScaleRetainEACMethod
Members
  Member nameValueDescription
None0 EAC will not be scaled to a particular value.
Currency1 Use the value stored in the EAC field in the Control Account/Work Package pane of the Project view.
Hours2 Use the value stored in the Hours.EAC field in the Control Account/Work Package pane of the Project view.
HoursAndCurrency3 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