Click or drag to resize

GHUtilsReadElemIDInput Method

Inputs element identifiers from a given plug.

Namespace:  Karamba.GHopper.Utilities
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public static List<string> ReadElemIDInput(
	int plugInd,
	IGH_DataAccess DA,
	string default_id = ""
)

Parameters

plugInd
Type: SystemInt32
Index of the input-plug from where to read the data.
DA
Type: IGH_DataAccess
Data access manager.
default_id (Optional)
Type: SystemString

[Missing <param name="default_id"/> documentation for "M:Karamba.GHopper.Utilities.GHUtils.ReadElemIDInput(System.Int32,Grasshopper.Kernel.IGH_DataAccess,System.String)"]

Return Value

Type: ListString
List of purified element identifiers.
See Also