Autodesk Vault ProfessionalVault API

PkgBOM Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Information for an entry in the Bill of Materials (BOM)

Syntax

public class PkgBOM 
Public Class PkgBOM 

Properties

NameDescription
BOMArrayAn array of BOMItemInfo children.
BOMOrderThe BOM order for this item
BOMOrderSpecifiedWhether the BOM order was specified
DetailIDThe usage (detail ID) for this BOM Item.
ExportIdThe export ID for this item
InstCountThe instance count
InstCountSpecifiedWhether the instance count was specified
ItemIdxThe index of the item list for this BOM Item.
LevelThe level indicator string.
PositionNumPosition number in the BOM
QuantThe usage (quantity) for this BOM Item.
QuantSpecifiedWhether or not the quantity was specified
RestricStatusIf Succeeded is false, RestrictionStatus will contain the failure reason.
SucceedIf true, the BOM Item exported or imported successfully.
UDPArrayArray of user defined BOM row properties
UnitSizeThe unit size
UnitSizeSpecifiedWhether the unit size was specified

Returned By

Where you get a PkgBOM — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.PkgBOM

See Also