Autodesk Vault ProfessionalVault API

BOMTyp Enumeration

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

An enumeration for different Item BOM Types.

Syntax

public enum BOMTyp : System.Enum 
Public Enum BOMTyp
   Inherits System.Enum

Members

MemberDescription
EffectiveThe BOM has only released and effective revisions.
HistoricThe BOM is the historic version of the BOM as it was at the time of the revision's creation.
LatestThe BOM has only the latest revisions.
TipThe BOM has only the tip revisions.

Inheritance Hierarchy

  • System.Object
  • System.ValueType
  • System.Enum
  • Autodesk.Connectivity.WebServices.BOMTyp

See Also