Click or drag to resize

GHUtilsreadStrings Method

converts list of generic objects into a list of strings

Namespace:  Karamba.GHopper.Utilities
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public static void readStrings(
	List<IGH_Goo> in_gh_generic,
	out List<string> values,
	out string msg
)

Parameters

in_gh_generic
Type: System.Collections.GenericListIGH_Goo
list of generic objects
values
Type: System.Collections.GenericListString
list of input string values
msg
Type: SystemString
error message if not ""
See Also