| Quintiq file version 2.0 | 
| #parent: CustomDrawRC/CustomDrawDataLayerExcludedOperationOutput | 
| Response OnDrawObject ( | 
|   OperationOutput object | 
| ) id:Response_CustomDrawRC_CustomDrawDataLayerExcludedOperationOutput_OnDrawObject | 
| { | 
|   #keys: '[139394.0.1292642783]' | 
|   CanBindMultiple: false | 
|   DefinitionID: 'Responsedef_WebCustomDrawDataLayer_OnDrawObject' | 
|   QuillAction | 
|   { | 
|     Body: | 
|     [* | 
|       //Draw exclusion indicator | 
|        | 
|       //Initialize borders | 
|       surface.Pen().Style( PenSpecification::StyleSolid() ); | 
|       surface.Pen().Width( 1 ) | 
|       surface.Pen().Color( ColorScheme.RoutingConfigurator_RoutingOutline() ); | 
|        | 
|       surface.Fill( region.Shape(), Color::Gray() ); | 
|       surface.Draw( region.Shape() ); | 
|     *] | 
|     GroupServerCalls: false | 
|   } | 
| } |