GetPrimaryComponentsByItemIds Method
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
| Name | Description |
|---|---|
| itemIds | The items to get the primary components from |
Return Value
An array of BOM components that are the primary links on the specified items