ResourceOccurrence.AssignOperation()
Assigns an operation to the resource occurrence.
Signature
ResourceOccurrence.AssignOperation(Production System Occurrence : ProdSystemOccurrence)
Arguments
Name | Input / Output | Required? | Type | Comment |
---|---|---|---|---|
Production System
Occurrence |
In | | ProdSystemOccurrence | Operation to assign as ProdSystemOccurrence. |
Example
let MyOcc(ResourceOccurrence) let MyProdSysOcc(ProdSystemOccurrence) MyOcc.AssignOperation(MyProdSysOcc)