GH_FieldElements Property |
Gets the list of elements of this field.
Namespace:
Grasshopper.Kernel.Types
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public List<IGH_FieldElement> Elements { get; }
Public ReadOnly Property Elements As List(Of IGH_FieldElement)
Get
Property Value
Type:
ListIGH_FieldElement[Missing <value> documentation for "P:Grasshopper.Kernel.Types.GH_Field.Elements"]
See Also