Inserts a 
ListItem into the collection at the specified position.
        
Namespace:
CADImport.FaceModule
        Assembly: CADImport (in CADImport.dll)
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		    
		      Public Sub Insert( _     ByVal index As Integer, _     ByVal value As ListItem _  )  | 
		    
		  
		
		
		
			
		
		
		
		
	 
	Parameters
	- 
		
			index
		
	
 
	- 
		
			Type: int 
		
		
			The zero-based index at which the ListItem should be inserted. 
		
	 
	- 
		
			value
		
	
 
	- 
		
			Type: ListItem 
		
		
			The ListItem to insert into the collection. 
		
	 
 
	
		
		
		Platforms
	
  
	
	
	
	
	
	
		
		
		Version Information
	
  
.NET Framework
Supported in: 2.0 - 4, NET6
  .NET Framework Client Profile
Supported in: 4, 3.5 SP1
	
	
		
		
		See Also