Enum Budget_scope
- Namespace
- Autodesk.ACC.CostManagement.Models
- Assembly
- Autodesk.ACC.CostManagement.dll
The scope of the budget. Possible values are budgetOnly
and budgetAndCost
.
public enum Budget_scope
Fields
[EnumMember(Value = "budgetAndCost")] BudgetAndCost = 1
[EnumMember(Value = "budgetOnly")] BudgetOnly = 0