Autodesk Vault ProfessionalVault API

GetItemBOMAssociationProperties Method

Autodesk.Connectivity.WebServicesItemService

Gets values for properties on BOM associations.

Syntax

public ItemAssocProp[] GetItemBOMAssociationProperties(
   System.long[] itemAssocIds,
   System.long[] propertyDefIds
)
Public Function GetItemBOMAssociationProperties( _
   ByVal itemAssocIds() As System.Long, _
   ByVal propertyDefIds() As System.Long _
) As ItemAssocProp()

Parameters

NameDescription
itemAssocIdsThe Ids of the item associations to retrieve properties for
propertyDefIdsProperty definition IDs to retrieve property values for. If null or empty, all BOM association property values will be returned

Return Value

The property values in the association between the parent and child Items.

Remarks

All arrays must be the same size.

See Also