Click or drag to resize

FromGHValues Method (IReadOnlyListGH_Support)

remove wrapper from list of GH_Support

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

Parameters

in_gh_list
Type: System.Collections.GenericIReadOnlyListGH_Support

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

Return Value

Type: ListSupport

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

See Also