Click or drag to resize

StructureCheckCheck Method (MolBase, ListAtom)

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public static bool Check(
	MolBase m,
	List<Atom> errors
)

Parameters

m
Type: Scilligence.MolEngineMolBase
errors
Type: System.Collections.GenericListAtom

Return Value

Type: Boolean
See Also