Searhes the paths to the files containing the AutoCAD SHX fonts.
        
Namespace:
CADImport
        Assembly: CADImport (in CADImport.dll)
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		    
		      Public Shared Function FindAutoCADSHXPaths( _     ByVal aPaths As ArrayList _  ) As Boolean  | 
		    
		  
		
		
		
			
		
		
		
		
	 
	Parameters
	- 
		
			aPaths
		
	
 
	- 
		
			Type: ArrayList 
		
		
			A list of paths where to search the AutoCAD SHX fonts. 
		
	 
	
		Return Value
  true if the files containing the AutoCAD SHX fonts are found; otherwize, 
false.
 
	
		
		
		Platforms
	
  
	
	
	
	
	
	
		
		
		Version Information
	
  
.NET Framework
Supported in: 2.0 - 4, NET6
  .NET Framework Client Profile
Supported in: 4, 3.5 SP1
	
	
		
		
		See Also