Node3d(T).ItemsGlobal Property

Node3dTItemsGlobal Property

Gets the list of all items stored inside this entire tree. Do not modify this collection unless you know what you are doing.

Namespace:  Grasshopper.Kernel.Geometry.SpatialTrees
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public List<T> ItemsGlobal { get; }
Public ReadOnly Property ItemsGlobal As List(Of T)
	Get

Property Value

Type: ListT

[Missing <value> documentation for "P:Grasshopper.Kernel.Geometry.SpatialTrees.Node3d`1.ItemsGlobal"]

See Also