Draws a set of lines or a set of polygons
        
Namespace:
CADImport
        Assembly: CADImport (in CADImport.dll)
 Syntax
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		      | Public Overrides Sub DrawPolyPolyLine( _ ByVal intPoints As Vector3d(), _
 ByVal counts As Integer(), _
 ByVal allClosed As Boolean _
 )
 | 
		  
		
		
		
			
		
		
		
		
	 
	Parameters
	- 
		
			intPoints
		
	
- 
		
			Type: Vector3d[] 
		 
			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
		
		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