Autodesk Vault ProfessionalVault API

GetItemBOMByItemIdAndDate Method

Autodesk.Connectivity.WebServicesItemService

Gets the Item BOM for a given Item by its effective date.

Required Permissions

ItemRead

Syntax

public ItemBOM GetItemBOMByItemIdAndDate(
   System.long itemIterationId,
   System.DateTime dateOfInterest,
   BOMTyp type,
   BOMViewEditOptions options
)
Public Function GetItemBOMByItemIdAndDate( _
   ByVal itemIterationId As System.Long, _
   ByVal dateOfInterest As System.Date, _
   ByVal type As BOMTyp, _
   ByVal options As BOMViewEditOptions _
) As ItemBOM

Parameters

NameDescription
itemIterationIdAn Item ID.
dateOfInterestThe date that it was effective.
typeThe type of BOM.
optionsOptions for viewing the BOM. Multiple options can be joined together.

Return Value

The Item BOM that was effective for the given date. The only exception is that Item passed in. That version will show up in the BOM regardless of effectivity. All other Items in the BOM are based on effectivity.

See Also