Retrieves a Bill of Materials (BOM) for a particular assembly revision, as identified by an
InternalPart object.
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 GetBOM(
Guid sessionId,
Guid partId
)
Public Function GetBOM (
sessionId As Guid,
partId As Guid
) As BOM
public:
virtual BOM^ GetBOM(
Guid sessionId,
Guid partId
) sealed
abstract GetBOM :
sessionId : Guid *
partId : Guid -> BOM
override GetBOM :
sessionId : Guid *
partId : Guid -> BOM
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - partId
- Type: SystemGuid
The unique identifier (InternalPart Id property) 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