StationSetupServicesGetCurrentSetupWithRequirements Method  | 
 
            Retrieves the current setup for a particular 
Workstation, including the required setup for each item,
            based on the specified 
Operation, and an optional 
Batch.  The RequiredItem property
            will be populated for any 
StationSetupItems with a setup requirement.
            
 
    Namespace: 
   FactoryLogix.xTend.Production
    Assembly:
   FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic StationSetup GetCurrentSetupWithRequirements(
	Guid sessionId,
	Guid operationId,
	Guid workstationId,
	Nullable<Guid> batchId
)
Public Function GetCurrentSetupWithRequirements ( 
	sessionId As Guid,
	operationId As Guid,
	workstationId As Guid,
	batchId As Nullable(Of Guid)
) As StationSetup
public:
virtual StationSetup^ GetCurrentSetupWithRequirements(
	Guid sessionId, 
	Guid operationId, 
	Guid workstationId, 
	Nullable<Guid> batchId
) sealed
abstract GetCurrentSetupWithRequirements : 
        sessionId : Guid * 
        operationId : Guid * 
        workstationId : Guid * 
        batchId : Nullable<Guid> -> StationSetup 
override GetCurrentSetupWithRequirements : 
        sessionId : Guid * 
        operationId : Guid * 
        workstationId : Guid * 
        batchId : Nullable<Guid> -> StationSetup Parameters
- sessionId
 - Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - operationId
 - Type: SystemGuid
The Id of the realted Operation. - workstationId
 - Type: SystemGuid
The Id of the related Workstation. - batchId
 - Type: SystemNullableGuid
An optional Id of the related Batch.  This is only necessary for
            Configure To Order (CTO) type production, where the required setup might vary based on configured options.
             
Return Value
Type: 
StationSetupA 
StationSetup object containing the current setup for the 
Operation /  
Workstation.
            The RequiredItem property will be populated on any 
StationSetupItems with a setup requirement.
Exceptions
See Also