| Quintiq file version 2.0 | 
| #parent: CustomDrawComponent/CustomDrawDataLayerGridBackground | 
| Response OnClickObject ( | 
|   MacroPlan object | 
| ) id:Response_CustomDrawComponent_CustomDrawDataLayerGridBackground_OnClickObject | 
| { | 
|   #keys: '[110880.3.1470380767]' | 
|   Body: | 
|   [* | 
|     // Remember click position or select area | 
|     if (  action.IsControl() ) | 
|     { | 
|       ApplicationLibMacroPlanner.SupplyChainDiagramSelectArea( xposition, yposition ); | 
|     } | 
|     else | 
|     { | 
|       ApplicationLibMacroPlanner.SupplyChainDiagramLastClickedLocation( xposition, yposition ); | 
|     } | 
|   *] | 
|   CanBindMultiple: false | 
|   DefinitionID: 'Responsedef_CustomDrawBaseDataLayer_OnClickObject' | 
| } |