BOMEditAction Enumeration
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Actions for how a BOM row is being updated
Syntax
public enum BOMEditAction : System.Enum Public Enum BOMEditAction
Inherits System.EnumMembers
| Member | Description |
|---|---|
| Add | Add a new BOM row |
| Delete | Delete an existing BOM row |
| Update | Update an existing BOM row |
Returned By
Where you get a BOMEditAction — members that return one.
Inheritance Hierarchy
- System.Object
- System.ValueType
- System.Enum
- Autodesk.Connectivity.WebServices.BOMEditAction