Namespace:
Scilligence.MolEngine.Companion
Assembly:
Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntaxpublic static bool Save(
Database db,
TextWriter w,
long moleculeid,
string source,
string category,
string jsdraw,
float density,
float bp,
float mp,
float logp,
bool controlled,
string hazardflags
)
Parameters
- db
- Type: Scilligence.MolEngine.CompanionDatabase
- w
- Type: System.IOTextWriter
- moleculeid
- Type: SystemInt64
- source
- Type: SystemString
- category
- Type: SystemString
- jsdraw
- Type: SystemString
- density
- Type: SystemSingle
- bp
- Type: SystemSingle
- mp
- Type: SystemSingle
- logp
- Type: SystemSingle
- controlled
- Type: SystemBoolean
- hazardflags
- Type: SystemString
Return Value
Type:
Boolean
See Also