Exports the current CAD file to the stream defined by the specified 
StreamWriter.
        
Namespace:
CADImport.Export
        Assembly: CADImport (in CADImport.dll)
 Syntax
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		      | Public Overrides Sub SaveToStream( _ ByVal stream As Stream _
 )
 | 
		  
		
		
		
			
				
					| C# | 
				
					| public override 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
		
		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