IGH_StructureEnumerator Interface |
Defines a minimum interface for iterating over all data in an IGH_Structure.
Namespace:
Grasshopper.Kernel.Data
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public interface IGH_StructureEnumerator : IEnumerable<IGH_Goo>
Public Interface IGH_StructureEnumerator
Inherits IEnumerable(Of IGH_Goo)
See Also