Click or drag to resize

GHUtilsreadElementIDs Method (IGH_Goo, ListString, Boolean)

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

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

Parameters

in_gh_target_elem
Type: IGH_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