Autodesk Vault ProfessionalVault API

ItemAssocParam Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Item association parameters to use when updating Item BOM associations

Syntax

public class ItemAssocParam 
Public Class ItemAssocParam 

Properties

NameDescription
BOMOrderThe BOM order of this association
CldItemIDThe child Item ID for this association
EditActThe edit action when updating this association
IdThe association's ID
InstCountThe instance count of the association
IsIncludedSpecifies whether or not the child of this association is included in the BOM
IsStaticSpecifies if this is a static association or not
PositionNumThe position number of this association
QuantThe association's quantity value
UnitIDThe unit ID for this association
UnitSizeThe unit size for this association

Methods

NameDescription
ShouldSerializeBOMOrder
ShouldSerializeCldItemID
ShouldSerializeId
ShouldSerializeInstCount
ShouldSerializeIsIncluded
ShouldSerializeIsStatic
ShouldSerializeQuant
ShouldSerializeUnitID
ShouldSerializeUnitSize

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.ItemAssocParam

See Also