Autodesk Vault ProfessionalVault API

ItemBOMCompareDiff Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

A single difference between two BOMs.

Syntax

public class ItemBOMCompareDiff 
Public Class ItemBOMCompareDiff 

Properties

NameDescription
ItemAssocIDThe item association ID
ItemAssocMasterIDthe Item association master ID
PropDefIdThe ID of the property containing the difference. Use GetAllPropertyDefinitions for a list of properties. See table below for a list of "reserved" properties only used for BOM compare.
Val1The property value from the first BOM.
Val2The property value from the second BOM.

Returned By

Where you get a ItemBOMCompareDiff — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.ItemBOMCompareDiff

See Also