Click or drag to resize

StationSetupServicesGetSetupLocation Method

Retrieves the details of a specific SetupLocation given its UID (barcode).

Namespace:  FactoryLogix.xTend.Production
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public SetupLocation GetSetupLocation(
	Guid sessionId,
	string locationUID
)

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
locationUID
Type: SystemString
The text-based unique identifier of the SetupLocation to be retrieved.

Return Value

Type: SetupLocation
A SetupLocation object representing the requested location.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
LocationNotFoundExceptionThrown if the locationUID parameter is invalid.
See Also