| Quintiq file version 2.0 | 
| #parent: CustomDrawRC/CustomDrawDataLayerOutputPISPNodeInRouting | 
| Response OnDetermineRegion ( | 
|   OperationOutputPISPNode object | 
| ) id:Response_CustomDrawRC_CustomDrawDataLayerOutputPISPNodeInRouting_OnDetermineRegion | 
| { | 
|   #keys: '[139394.0.1306645951]' | 
|   CanBindMultiple: false | 
|   DefinitionID: 'Responsedef_WebCustomDrawDataLayer_OnDetermineRegion' | 
|   QuillAction | 
|   { | 
|     Body: | 
|     [* | 
|       // Determine region for floating PISP | 
|        | 
|       width := object.RoutingConfiguratorView().PISPWidth(); | 
|       height := object.RoutingConfiguratorView().PISPHeight(); | 
|       layer.AddRegion( object.PISPNodeX(), object.PISPNodeY(), width, height, 0 ); | 
|     *] | 
|     GroupServerCalls: false | 
|   } | 
| } |