Click or drag to resize

ToGHValues Method (IReadOnlyListIReadOnlyListString, GH_Path)

convert list of list of double to list of list of GH_Number.

Namespace:  Karamba.GHopper.Utilities
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public static DataTree<GH_String> Values(
	IReadOnlyList<IReadOnlyList<string>> in_list,
	GH_Path out_path0
)

Parameters

in_list
Type: System.Collections.GenericIReadOnlyListIReadOnlyListString

[Missing <param name="in_list"/> documentation for "M:Karamba.GHopper.Utilities.ToGH.Values(System.Collections.Generic.IReadOnlyList{System.Collections.Generic.IReadOnlyList{System.String}},Grasshopper.Kernel.Data.GH_Path)"]

out_path0
Type: GH_Path
Path to start the DataTree with.

Return Value

Type: DataTreeGH_String

[Missing <returns> documentation for "M:Karamba.GHopper.Utilities.ToGH.Values(System.Collections.Generic.IReadOnlyList{System.Collections.Generic.IReadOnlyList{System.String}},Grasshopper.Kernel.Data.GH_Path)"]

See Also