Autodesk Vault ProfessionalVault API

ItemBOMOcc Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

An occurrence of an Item in the Item BOM.

Syntax

public class ItemBOMOcc 
Public Class ItemBOMOcc 

Properties

NameDescription
AssocMasterId
IdA unique identifier for this occurrence within the Item BOM.
ParOccIdThe immediate parent. -1 means no parent occurrence.
PathThe path to the occurrence in the BOM. The format is the list of Item Master IDs separated by the '/' delimiter.
PosThe position on the BOM.
RootItemIdThe top most Item of the BOM.
ValThe value of the occurrence. Also known as the "Detail Id."

Returned By

Where you get a ItemBOMOcc — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.ItemBOMOcc

See Also