QuadTreeTItemItemsAtThisLevel Property |
The items contained in this node of the quad tree (i.e. without (!) the items in the child nodes).
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public List<TItem>? ItemsAtThisLevel { get; }
Property Value
ListTItemSee Also