Autodesk Vault ProfessionalVault API

GetPrimaryComponentsByItemIds Method

Autodesk.Connectivity.WebServicesItemService

Gets the BOMComponents that form the primary link between the specified items and the components’ files.

Syntax

public BOMComp[] GetPrimaryComponentsByItemIds(
   System.long[] itemIds
)
Public Function GetPrimaryComponentsByItemIds( _
   ByVal itemIds() As System.Long _
) As BOMComp()

Parameters

NameDescription
itemIdsThe items to get the primary components from

Return Value

An array of BOM components that are the primary links on the specified items

See Also