Click or drag to resize

MoleculeInChI Property

Returns the InChI (The IUPAC International Chemical Identifier). InChI extension has to be installed to call this function. If not installed, it always return null.

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public string InChI { get; }

Property Value

Type: String
See Also