Autodesk Vault ProfessionalVault API

BOMCompareOccDiff Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

A difference between two Item BOMs.

Syntax

public class BOMCompareOccDiff 
Public Class BOMCompareOccDiff 

Properties

NameDescription
DiffTypeThe type of difference. There will only be a single value in this context; values will NOT be added together.
OccIdThe ID of the occurrence that contains the difference. The ID will be either the primary or secondary occurrence depending on the DiffType.
RootItemIterIdThe Item ID at the root of the BOM. The ID will be either the primary or secondary occurrence depending on the DiffType.
Val1Information about the difference. The content is dependant on the DiffType.
Val2Information about the difference. The content is dependant on the DiffType.

Returned By

Where you get a BOMCompareOccDiff — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.BOMCompareOccDiff

See Also