Click or drag to resize

MolBaseWrite Method (String)

Write object into a file

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public bool Write(
	string file
)

Parameters

file
Type: SystemString
The output file's path

Return Value

Type: Boolean
true if succeeded
See Also