Click or drag to resize

ReclassTargetAction Enumeration

Specifies the action performed by reclass on the target cost class.

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 ReclassTargetAction
Members
  Member nameValueDescription
Add0 Add costs from the source class to the existing target class costs.
Replace1 Replace costs in the target class with costs from the source class.
See Also