Grasshopper API
GH_StructureTAllData Method |
Gets an enumerator for all the data items in this structure.
Namespace: Grasshopper.Kernel.Data
Assembly: Grasshopper (in Grasshopper.dll)
public IGH_StructureEnumerator AllData( bool skipNulls )
Public Function AllData ( skipNulls As Boolean ) As IGH_StructureEnumerator
Parameters
- skipNulls
- Type: SystemBoolean
If True, null items will be skipped.