Sets the 999 group code comment value that will be added at the start of created DXF.
        
Namespace:
CADImport.Export.DirectCADtoDXF
        Assembly: CADImport (in CADImport.dll)
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		    
		      Public Sub SetDXFComment( _     ByVal comment As String _  )  | 
		    
		  
		
		
		
			
		
		
		
		
	 
	Parameters
	- 
		
			comment
		
	
 
	- 
		
			Type: string 
		
		
			The comment string. Set empty string to switch off the comment 
		
	 
 
	
		
		
		Platforms
	
  
	
	
	
	
	
	
		
		
		Version Information
	
  
.NET Framework
Supported in: 2.0 - 4, NET6
  .NET Framework Client Profile
Supported in: 4, 3.5 SP1
	
	
		
		
		See Also