To set the probe property flags.
	  	
	  
		
	    	
	    	 Syntax:  | 
	    	
	            | 
					DlxProbe.SetProbeFlags(flags)
				 | 
	   	    
	    	
	     
	    
		Parameters
      
		
		
			
				
					
						| Parameter | 
						Description | 
					
					
						| flags | 
						Specify a combination of the following values:
						
						
							| DlxApp.PROBEFLAGS_DEFAULT | 
							Default settings. (PROBEFLAGS_SHOWNAME|PROBEFLAGS_UPDATETEXT|PROBEFLAGS_HORIZONTAL) | 
						 
						
							| DlxApp.PROBEFLAGS_SHOWNAME | 
							Specifies whether the name should be visible or hidden. | 
						 
						
							| DlxApp.PROBEFLAGS_VNAME | 
							Specifies the orientation of the name when the object is placed vertically. | 
						 
						
							| DlxApp.PROBEFLAGS_HORIZONTAL | 
							The name is always displayed horizontally. | 
						 
						
							| DlxApp.PROBEFLAGS_LOADTOGROUND | 
							If the terminal is flying, it is automatically loaded to ground. | 
						 
						
							| DlxApp.PROBEFLAGS_UPDATETEXT | 
							Indicates whether the name of the probe object should be automatically repositioned when the object is rotated. | 
						 	
						 
						 | 
					
				
			 
		 	    
		      
		Return Value
		If the operation ends correctly, it returns true otherwise it returns false.
		
	Example
	
		
			
				|  
				 | 
				
                    
                         Copy code
				 | 
			
			
				
   
				 | 
			
		
	 
	    
		See also