Click or drag to resize

Monomer Constructor (String, String, String, String, String, String, DictionaryString, String)

Initializes a new instance of the Monomer class

Namespace:  Scilligence.MolEngine.HELM
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public Monomer(
	string symbol,
	string name,
	string naturalanalog,
	string molfile,
	string status,
	string nonisotopesymbol,
	Dictionary<string, string> at
)

Parameters

symbol
Type: SystemString
name
Type: SystemString
naturalanalog
Type: SystemString
molfile
Type: SystemString
status
Type: SystemString
nonisotopesymbol
Type: SystemString
at
Type: System.Collections.GenericDictionaryString, String
See Also