IGH_Structure.AllData Method

IGH_StructureAllData Method

Gets an enumerator for all the data items in this structure.

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
IGH_StructureEnumerator AllData(
	bool skipNulls
)
Function AllData ( 
	skipNulls As Boolean
) As IGH_StructureEnumerator

Parameters

skipNulls
Type: SystemBoolean
If True, null items will be skipped.

Return Value

Type: IGH_StructureEnumerator
See Also