Adds the names of all layers from the loaded CAD file to the specified list.
        
Namespace:
CADImport
        Assembly: CADImport (in CADImport.dll)
 Syntax
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		      | Public Sub GetLayerNames( _ ByVal S As ArrayList, _
 ByVal DoClear As Boolean, _
 ByVal IncludeUnused As Boolean _
 )
 | 
		  
		
		
		
			
		
		
		
		
	 
	Parameters
	- 
		
			S
		
	
- 
		
			Type: ArrayList 
		 
			An ArrayList where the names of layers will be added. 
		 
	- 
		
			DoClear
		
	
- 
		
			Type: bool 
		 
			A value indicating whether to clear the
specified ArrayList before adding the names of layers to it. 
		 
	- 
		
			IncludeUnused
		
	
- 
		
			Type: bool 
		 
			A value indicating whether to include the names of layers that don't
contain any entities. 
		 
 
	
		 Platforms
		
		Platforms
	
  
	
	
	
	
	
	
		 Version Information
		
		Version Information
	
  
.NET Framework
Supported in: 2.0 - 4, NET6
  .NET Framework Client Profile
Supported in: 4, 3.5 SP1
	
	
		 See Also
		
		See Also