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.245.0.0 (8.245.0.0)
Syntax public BOM GetBOMByPartNumber(
Guid sessionId,
string partNumber,
string revision
)
Public Function GetBOMByPartNumber (
sessionId As Guid,
partNumber As String,
revision As String
) As BOM
public:
virtual BOM^ GetBOMByPartNumber(
Guid sessionId,
String^ partNumber,
String^ revision
) sealed
abstract GetBOMByPartNumber :
sessionId : Guid *
partNumber : string *
revision : string -> BOM
override GetBOMByPartNumber :
sessionId : Guid *
partNumber : string *
revision : string -> BOM
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:
BOMA
BOM object representing the Bill of Materials for the specified assembly revision
Exceptions See Also