GetItemBOMAssociationProperties Method
Gets values for properties on BOM associations.
Syntax
public ItemAssocProp[] GetItemBOMAssociationProperties(
System.long[] itemAssocIds,
System.long[] propertyDefIds
)Public Function GetItemBOMAssociationProperties( _
ByVal itemAssocIds() As System.Long, _
ByVal propertyDefIds() As System.Long _
) As ItemAssocProp()Parameters
| Name | Description |
|---|---|
| itemAssocIds | The Ids of the item associations to retrieve properties for |
| propertyDefIds | Property definition IDs to retrieve property values for. If null or empty, all BOM association property values will be returned |
Return Value
The property values in the association between the parent and child Items.