Draws a polyline by two specified points.
        
Namespace:
CADImport
        Assembly: CADImport (in CADImport.dll)
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		    
		      Public Overridable Sub DrawLine( _     ByVal p1 As T, _     ByVal p2 As T _  )  | 
		    
		  
		
		
		
			
				
					| 
						C#
					 | 
				
				
					public virtual void DrawLine(     T p1,     T p2  )  | 
				
			
		
		
		
		
	 
	Parameters
	- 
		
			p1
		
	
 
	- 
		
			Type: T 
		
		
			The first point 
		
	 
	- 
		
			p2
		
	
 
	- 
		
			Type: T 
		
		
			The second point 
		
	 
 
	
		
		
		Platforms
	
  
	
	
	
	
	
	
		
		
		Version Information
	
  
.NET Framework
Supported in: 2.0 - 4, NET6
  .NET Framework Client Profile
Supported in: 4, 3.5 SP1
	
	
		
		
		See Also