Selects all entities inside the inserted rectangle
        
Namespace:
CADImport
        Assembly: CADImport (in CADImport.dll)
 Syntax
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		      | Public Overridable Function MultipleSelectExt( _ ByVal rect As DRect, _
 ByVal clearSelCollection As Boolean, _
 ByVal visualSelect As Boolean _
 ) As CADEntityCollection
 | 
		  
		
		
		
			
		
		
		
		
	 
	Parameters
	- 
		
			rect
		
	
- 
		
			Type: DRect 
		 
			Inserting rectangle 
		 
	- 
		
			clearSelCollection
		
	
- 
		
			Type: bool 
		 
			Clears  SelectedEntities  object if true 
		 
	- 
		
			visualSelect
		
	
- 
		
			Type: bool 
		 
			Represents visual selection if true 
		 
		Return Value
  Returns list of selected 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