Click or drag to resize

QuadTree<TItem>.ItemsAtThisLevel Property

The items contained in this node of the quad tree (i.e. without (!) the items in the child nodes).

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public List<TItem>? ItemsAtThisLevel { get; }

Property Value

List<TItem>
See Also