Click or drag to resize

GetRequiredSetupRequest Class

[This is preliminary documentation and is subject to change.]

Sent to a process endpoint to request the setup requirements of the active recipe. The response lists the required materials and tools, along with the locations where the materials/tools must be loaded.
{
  "Lane": "1",
  "Stage": "1"
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionGetRequiredSetupRequest

Namespace:  CFX.Production
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public class GetRequiredSetupRequest : CFXMessage

The GetRequiredSetupRequest type exposes the following members.

Properties
  NameDescription
Public propertyLane
An optional property designating the specific Lane.
Public propertyStage
An optional property designating the specific Stage.
Top
See Also