Autodesk Vault ProfessionalVault API

BOMViewEditOptions Enumeration

Autodesk.Connectivity.WebServicesAutodesk.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.Enum

Members

MemberDescription
BOMRolledUpA linear view of the BOM. Only available for view operations.
DefaultsThe default option. A tree view of the entire BOM.
OmitChildrenDon't return child BOM rows. By default, all child BOM rows are included
OmitParentsDon't return parent BOM rows. By default, all parent BOM rows are included
ReturnBOMFragmentsOnEditsReturn only the level being edited. Only available for edit operations.
ReturnExcludedReturn Excluded BOM rows. By default, only included BOM rows are returned
ReturnLinksOnlyDoes not return Item objects.
ReturnOccurrencesReturns the occurrences.
ReturnOneLevelAtATimeReturn only the current level and immediate children.
ReturnReferenceDesignatorsReturn reference designators.
ReturnUnassignedComponentsReturn 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

See Also