GH_Structure(T).LastItem Property

GH_StructureTLastItem Property

Gets the last item in the structure. If no such item exists, null is returned.

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public T this[
	bool filter_nulls
] { get; }
Public ReadOnly Property LastItem ( 
	filter_nulls As Boolean
) As T
	Get

Parameters

filter_nulls
Type: SystemBoolean
If True, nulls will be skipped.

Property Value

Type: T

[Missing <value> documentation for "P:Grasshopper.Kernel.Data.GH_Structure`1.LastItem(System.Boolean)"]

See Also