Click or drag to resize

GHUtilsreadElementIDs Method (ListIGH_Goo, ListString, Boolean)

read element identifiers from list of strings or elements that have an identifier attached.

Namespace:  Karamba.GHopper.Utilities
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public static void readElementIDs(
	List<IGH_Goo> in_gh_target_elem,
	out List<string> beamIDs,
	bool add_all_by_default = true
)

Parameters

in_gh_target_elem
Type: System.Collections.GenericListIGH_Goo
list of strings or elements.
beamIDs
Type: System.Collections.GenericListString
resulting list of identifiers.
add_all_by_default (Optional)
Type: SystemBoolean
true if all elements shall be added by default.
See Also