Click or drag to resize

BOMServicesGetBOMByPartNumber Method

Retrieves a Bill of Materials (BOM) for a particular assembly revision, as identified by its internal part number and revision.

Namespace:  FactoryLogix.xTend.PartDefinition
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public BOM GetBOMByPartNumber(
	Guid sessionId,
	string partNumber,
	string revision
)

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
partNumber
Type: SystemString
The internal part number of the assembly revision whose BOM is being retrieved.
revision
Type: SystemString
The revision of the internal part of the assembly revision whose BOM is being retrieved.

Return Value

Type: BOM
A BOM object representing the Bill of Materials for the specified assembly revision
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
NotFoundExceptionAn existing part with matching Id property was not found in the system.
See Also