Click or drag to resize

CompProfileOnCompute Method

Namespace:  Scilligence.MolEngine.Companion
Assembly:  Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntax
C#
protected virtual MolProperty[] OnCompute(
	string user,
	string molname,
	string smiles,
	string molfile,
	string property,
	string profiler,
	out string error
)

Parameters

user
Type: SystemString
molname
Type: SystemString
smiles
Type: SystemString
molfile
Type: SystemString
property
Type: SystemString
profiler
Type: SystemString
error
Type: SystemString

Return Value

Type: MolProperty
See Also