Click or drag to resize

FromGHValues Method (IReadOnlyListGH_Integer)

remove wrapper from list of GH_Integer

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

Parameters

in_gh_list
Type: System.Collections.GenericIReadOnlyListGH_Integer

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

Return Value

Type: ListInt32

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

See Also