Autodesk Vault ProfessionalVault API

PromoteComponentLinks Method

Autodesk.Connectivity.WebServicesItemService

Creates secondary links without creating a new item iteration for BOM components

Syntax

public void PromoteComponentLinks(
   System.long[] compIds
)
Public Sub PromoteComponentLinks( _
   ByVal compIds() As System.Long _
) 

Parameters

NameDescription
compIdsThe component ids of non-primary links from GetPromoteOrderResults

See Also