Click or drag to resize

QuadTreeTItemItemsAtThisLevel 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.3179.0 (4.8.3179.0)
Syntax
C#
public List<TItem>? ItemsAtThisLevel { get; }

Property Value

ListTItem
See Also