Autodesk Vault ProfessionalVault API

ItemAssoc Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

A dependency between two Items

Syntax

public class ItemAssoc 
Public Class ItemAssoc 

Properties

NameDescription
AssocMasterIdItem association's master Id (does not change between iterations)
BOMCompIdId of the BOM Component (only valid when BOM row is a component - not assigned an item)
BOMOrderThe order that the child entry shows up in the BOM.
CldHasCldrenIf true, the child Item has children of its own. If false, the child is a leaf.
CldItemIDThe ID of the child Item.
CldItemMasterIDThe Master ID of the child Item.
GroupIdId of the Multiple Row grouping
IdThe ID for the object.
InstCountInstance Count of this BOM association
InstCountSpecified
IsCadIndicates if this BOM row is created and maintained by CAD data or is a manual BOM row
IsGroupIndicates if this BOM association is a grouped row of multiple BOM rows
IsIncludedIndicates if this BOM row is included or excluded from the BOM
IsStaticIf true, the dependency is static. If false, the dependency is computed.
ParItemIDThe ID of the parent Item.
ParItemMasterIDThe Master ID of the parent Item.
PositionNumAssigned BOm row position number
QuantBOM row quantity
RefDesIdThe reference designator ID. This value will be 0 if reference designators are not available.
UnitIDThe ID if the Unit of Measure.
UnitsThe display name for the Unit of Measure on CldItemUsage.
UnitSizeThe unit size for this BOM row
UnitSizeSpecified

Returned By

Where you get a ItemAssoc — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.ItemAssoc

See Also