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.245.0.0 (8.245.0.0)
Syntax public SetupLocation GetSetupLocation(
Guid sessionId,
string locationUID
)
Public Function GetSetupLocation (
sessionId As Guid,
locationUID As String
) As SetupLocation
public:
virtual SetupLocation^ GetSetupLocation(
Guid sessionId,
String^ locationUID
) sealed
abstract GetSetupLocation :
sessionId : Guid *
locationUID : string -> SetupLocation
override GetSetupLocation :
sessionId : Guid *
locationUID : string -> SetupLocation
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:
SetupLocationA
SetupLocation object representing the requested location.
Exceptions See Also