Saves a current CAD image in DXF format.
        
Namespace:
CADImport
        Assembly: CADImport (in CADImport.dll)
 Syntax
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		      | Public Sub SaveAsDXF( _ ByVal fName As String, _
 ByVal handle As IntPtr, _
 ByVal aForm As Form _
 )
 | 
		  
		
		
		
			
		
		
		
		
	 
	Parameters
	- 
		
			fName
		
	
- 
		
			Type: string 
		 
			A path to the DXF file to be saved. 
		 
	- 
		
			handle
		
	
- 
		
			Type: IntPtr 
		 
			A handle used for analyzing records to be written to the intermediate metafile. 
		 
	- 
		
			aForm
		
	
- 
		
			Type: Form 
		 
			A Form object used for creating the intermediate metafile. 
		 
 
	
		 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