Adds a 
ListItem to the 
ListItemCollection.
        
Namespace:
CADImport.FaceModule
        Assembly: CADImport (in CADImport.dll)
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		    
		      Public Function Add( _     ByVal value As ListItem _  ) As Integer  | 
		    
		  
		
		
		
			
		
		
		
		
	 
	Parameters
	- 
		
			value
		
	
 
	- 
		
			Type: ListItem 
		
		
			A ListItem object to add to the collection. 
		
	 
	
		Return Value
  The position into which the new 
ListItem was inserted.
 
	
		
		
		Platforms
	
  
	
	
	
	
	
	
		
		
		Version Information
	
  
.NET Framework
Supported in: 2.0 - 4, NET6
  .NET Framework Client Profile
Supported in: 4, 3.5 SP1
	
	
		
		
		See Also