Exports the current CAD file to the stream defined by the specified 
StreamWriter.
        
Namespace:
CADImport.Export
        Assembly: CADImport (in CADImport.dll)
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		    
		      Public Overridable Sub SaveToStream( _     ByVal stream As Stream _  )  | 
		    
		  
		
		
		
			
				
					| 
						C#
					 | 
				
				
					public virtual void SaveToStream(     Stream stream  )  | 
				
			
		
		
		
		
	 
	Parameters
	- 
		
			stream
		
	
 
	- 
		
			Type: Stream 
		
		
			A StreamWriter object that defines the stream where to the current CAD file will be exported. 
		
	 
 
	
		
		
		Platforms
	
  
	
	
	
	
	
	
		
		
		Version Information
	
  
.NET Framework
Supported in: 2.0 - 4, NET6
  .NET Framework Client Profile
Supported in: 4, 3.5 SP1
	
	
		
		
		See Also