StationSetupServicesGetCurrentSetup Method |
Retrieves the current setup for a particular
Workstation.
Namespace:
FactoryLogix.xTend.Production
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public StationSetup GetCurrentSetup(
Guid sessionId,
Guid workstationId
)
Public Function GetCurrentSetup (
sessionId As Guid,
workstationId As Guid
) As StationSetup
public:
virtual StationSetup^ GetCurrentSetup(
Guid sessionId,
Guid workstationId
) sealed
abstract GetCurrentSetup :
sessionId : Guid *
workstationId : Guid -> StationSetup
override GetCurrentSetup :
sessionId : Guid *
workstationId : Guid -> StationSetup
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - workstationId
- Type: SystemGuid
The Id of the Workstation whose setup is to be retreived.
Return Value
Type:
StationSetupA
StationSetup object containing the current setup for the
Workstation.
The RequiredItem property will be null for each
StationSetupItem returned by this method.
Exceptions See Also