Click or drag to resize

IFileDatabaseProviderExportFile(String, MemoryStream) Method


Namespace: DWSIM.Interfaces
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 8.8.1.0
Syntax
void ExportFile(
	string filename,
	MemoryStream stream
)
Request Example View Source

Parameters

filename  String
 
stream  MemoryStream
 
See Also