| Quintiq file version 2.0 | 
| #parent: CustomDrawRC/CustomDrawDataLayerInputGroupGrouping | 
| Response OnDrawObject ( | 
|   OperationInputGroup object | 
| ) id:Response_CustomDrawRC_CustomDrawDataLayerInputGroupGrouping_OnDrawObject | 
| { | 
|   #keys: '[139394.0.1283361554]' | 
|   CanBindMultiple: false | 
|   DefinitionID: 'Responsedef_WebCustomDrawDataLayer_OnDrawObject' | 
|   QuillAction | 
|   { | 
|     Body: | 
|     [* | 
|       // Draw OperationInputGroup grouping | 
|       //Initialize borders | 
|       surface.Pen().Clear(); | 
|       surface.Pen().Color( ColorScheme.RoutingConfigurator_RoutingOutline() ); // Outline of the shape | 
|       surface.Fill( region.BoundingRect().Left(),  | 
|                     region.BoundingRect().Top(),  | 
|                     region.BoundingRect().Width(),  | 
|                     region.BoundingRect().Height(), | 
|                     ColorScheme.RoutingConfigurator_OperationInputGroupGrouping() ); | 
|                      | 
|       surface.Draw( region.Shape() ); | 
|     *] | 
|     GroupServerCalls: false | 
|   } | 
| } |