Click or drag to resize

FromGHValues Method (IReadOnlyListGH_Element)

remove wrapper from list of GH_Element

Namespace:  Karamba.GHopper.Utilities
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public static List<BuilderElement> Values(
	IReadOnlyList<GH_Element> in_gh_list
)

Parameters

in_gh_list
Type: System.Collections.GenericIReadOnlyListGH_Element

[Missing <param name="in_gh_list"/> documentation for "M:Karamba.GHopper.Utilities.FromGH.Values(System.Collections.Generic.IReadOnlyList{Karamba.GHopper.Elements.GH_Element})"]

Return Value

Type: ListBuilderElement

[Missing <returns> documentation for "M:Karamba.GHopper.Utilities.FromGH.Values(System.Collections.Generic.IReadOnlyList{Karamba.GHopper.Elements.GH_Element})"]

See Also