ComponentUtilitiesGetElementIds(Boolean, String, ListIGH_Goo) Method

Get the beam ids from the input

Definition

Namespace: Karamba.GHopper.Utilities
Assembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public static Tuple<List<string>, List<Guid>> GetElementIds(
	bool areElementsOrIdsGiven,
	string defaultID,
	List<IGH_Goo> inGHElementsOrIds
)

Parameters

areElementsOrIdsGiven  Boolean
true if ids are given.
defaultID  String
default id
inGHElementsOrIds  ListIGH_Goo

[Missing <param name="inGHElementsOrIds"/> documentation for "M:Karamba.GHopper.Utilities.ComponentUtilities.GetElementIds(System.Boolean,System.String,System.Collections.Generic.List{Grasshopper.Kernel.Types.IGH_Goo})"]

Return Value

TupleListString, ListGuid

[Missing <returns> documentation for "M:Karamba.GHopper.Utilities.ComponentUtilities.GetElementIds(System.Boolean,System.String,System.Collections.Generic.List{Grasshopper.Kernel.Types.IGH_Goo})"]

See Also