Draws a set of lines or a set of polygons
        
Namespace:
CADImport
        Assembly: CADImport (in CADImport.dll)
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		    
		      Public Overridable Sub DrawPolyPolyLine( _     ByVal intPoints As T(), _     ByVal counts As Integer(), _     ByVal allClosed As Boolean _  )  | 
		    
		  
		
		
		
			
				
					| 
						C#
					 | 
				
				
					public virtual void DrawPolyPolyLine(     T[] intPoints,     int[] counts,     bool allClosed  )  | 
				
			
		
		
		
		
	 
	Parameters
	- 
		
			intPoints
		
	
 
	- 
		
			Type: T[] 
		
		
			The set of points for visualization 
		
	 
	- 
		
			counts
		
	
 
	- 
		
			Type: int[] 
		
		
			A list of point numbers for figures. 
		
	 
	- 
		
			allClosed
		
	
 
	- 
		
			Type: bool 
		
		
			A value specifying if visualized figures will be closed 
		
	 
 
	
		
		
		Platforms
	
  
	
	
	
	
	
	
		
		
		Version Information
	
  
.NET Framework
Supported in: 2.0 - 4, NET6
  .NET Framework Client Profile
Supported in: 4, 3.5 SP1
	
	
		
		
		See Also