Check if Mol contains 3D _coordinates (at least oneZ _coordinates is not set to 0)

Namespace:  Hyleos.Chemistry
Assembly:  Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)

Syntax

C#
public bool Has3D()
Visual Basic (Declaration)
Public Function Has3D As Boolean
Visual C++
public:
bool Has3D()

Return Value

true or false

See Also