Place the bus entry at the specified point.
	  	
	  
		
	    	
	    	|  Syntax: | 
|---|
	    	
	            | DlxBusentry.PlaceIt(position, direction) | 
	    	
	     
		   
		Parameters
      
		
		
			
				
					
						| Parameter | Description | 
					
						| position | A DlxPoint object with the location to insert the pin. | 
					
						| direction | Specifies the direction of the terminal. Select from the following: 
						| DlxApp.BUSENTRYDIR_BOTTOMRIGHT |  | DlxApp.BUSENTRYDIR_RIGHTTOP |  | DlxApp.BUSENTRYDIR_TOPLEFT |  | DlxApp.BUSENTRYDIR_LEFTBOTTOM |  | DlxApp.BUSENTRYDIR_TOPRIGHT |  | DlxApp.BUSENTRYDIR_LEFTTOP |  | DlxApp.BUSENTRYDIR_BOTTOMLEFT |  | DlxApp.BUSENTRYDIR_RIGHTBOTTOM |  | 
				
			 
		 
		   
		Return Value
		If the operation ends correctly, it returns true otherwise it returns false.
		
	Example
	
		
			
				|  |  Copy code | 
			
				| 
 | 
		
	 
	    
		See also