Quintiq file version 2.0 
 | 
#parent: CustomDrawComponentRoutingConfigurator/CustomDrawDataLayerInputGroupGrouping 
 | 
Response OnDetermineRegion ( 
 | 
  OperationInputGroup object 
 | 
) id:Response_CustomDrawComponentRoutingConfigurator_CustomDrawDataLayerInputGroupGrouping_OnDetermineRegion 
 | 
{ 
 | 
  #keys: '[136682.0.452797379]' 
 | 
  Body: 
 | 
  [* 
 | 
    // Draw the grouping operation input in operation input group 
 | 
    rcv := object.RoutingConfiguratorView(); 
 | 
    thickness := rcv.OperationInputGroupThickness() - 1; 
 | 
     
 | 
    this.AddRegion( object.PISPX() - thickness,  
 | 
                    object.PISPY() - thickness,  
 | 
                    rcv.PISPWidth() + thickness * 2,  
 | 
                    object.PISPHeight() + thickness * 2 ); 
 | 
  *] 
 | 
  CanBindMultiple: false 
 | 
  DefinitionID: 'Responsedef_CustomDrawDataLayer_OnDetermineRegion' 
 | 
  Precondition: 
 | 
  [* 
 | 
    return not object.IsSystem() and not isnull( DataHolderRCView.Data() ); 
 | 
  *] 
 | 
} 
 |