IFileDatabaseProviderPutFile(Stream, String) Method |
Namespace: DWSIM.InterfacesAssembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 8.8.1.0
Syntax void PutFile(
Stream stream,
string filename
)
Sub PutFile (
stream As Stream,
filename As String
)
Request Example
View SourceParameters
- stream Stream
-
- filename String
-
See Also