Autodesk Vault ProfessionalVault API

AddComponentsToPromote Method

Autodesk.Connectivity.WebServicesItemService

Assign item for specific BOM components

Syntax

public void AddComponentsToPromote(
   System.long[] compIds,
   ItemAssignAll assignAll,
   System.bool autoAssignDuplicates
)
Public Sub AddComponentsToPromote( _
   ByVal compIds() As System.Long, _
   ByVal assignAll As ItemAssignAll, _
   ByVal autoAssignDuplicates As System.Boolean _
) 

Parameters

NameDescription
compIdsThe BOM component IDs to promote
assignAllThe child assignment behavior to use
autoAssignDuplicatesWhether to automatically link duplicates to existing items or to create new items

See Also