Click or drag to resize

TrackingServicesUnloadSubAssembly Method

Unloads a particular sub-assembly from whichever parent assembly it is presently loaded into.

Namespace:  FactoryLogix.xTend.Production
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public SubAssemblyLoadResult UnloadSubAssembly(
	Guid sessionId,
	Guid subAssyItemId
)

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
subAssyItemId
Type: SystemGuid
The Id of the Item representing the sub-assembly to be uninstalled.

Return Value

Type: SubAssemblyLoadResult
A SubAssemblyLoadResult object with details regarding the result of the sub-assembly unload operation.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
ItemExceptionThrown if the subAssyItemId parameter is invalid.
See Also