Enum CostItem_scope
- Namespace
- Autodesk.ACC.CostManagement.Models
- Assembly
- Autodesk.ACC.CostManagement.dll
The scope of the cost item. Possible values are out
, in
, tbd
, budgetOnly
and contingency
.
public enum CostItem_scope
Fields
[EnumMember(Value = "budgetOnly")] BudgetOnly = 3
[EnumMember(Value = "contingency'")] Contingency = 2
[EnumMember(Value = "in")] In = 1
[EnumMember(Value = "out")] Out = 0