Is this atom has query features
  • Atom Query List > 0
  • "*" Element
  • "L" Element

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

Syntax

C#
public bool IsQuery { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsQuery As Boolean
Visual C++
public:
property bool IsQuery {
	bool get ();
}

Field Value

Returns True if Atom is a query element, false otherwise

See Also