BOMViewEditOptions Enumeration
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
An enumeration of options for viewing and/or editing Item BOM information.
Syntax
public enum BOMViewEditOptions : System.Enum Public Enum BOMViewEditOptions
Inherits System.EnumMembers
| Member | Description |
|---|---|
| BOMRolledUp | A linear view of the BOM. Only available for view operations. |
| Defaults | The default option. A tree view of the entire BOM. |
| OmitChildren | Don't return child BOM rows. By default, all child BOM rows are included |
| OmitParents | Don't return parent BOM rows. By default, all parent BOM rows are included |
| ReturnBOMFragmentsOnEdits | Return only the level being edited. Only available for edit operations. |
| ReturnExcluded | Return Excluded BOM rows. By default, only included BOM rows are returned |
| ReturnLinksOnly | Does not return Item objects. |
| ReturnOccurrences | Returns the occurrences. |
| ReturnOneLevelAtATime | Return only the current level and immediate children. |
| ReturnReferenceDesignators | Return reference designators. |
| ReturnUnassignedComponents | Return unassigned components (BOM rows without associated items) in BOM rows. By default, only components with assigned items are included |
Inheritance Hierarchy
- System.Object
- System.ValueType
- System.Enum
- Autodesk.Connectivity.WebServices.BOMViewEditOptions