Click or drag to resize

ElementsGroupedByClassbuild Method

build group based on element identifiers and group identifiers

Namespace:  Karamba.Algorithms
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void build(
	List<string> elem_grp_ids,
	List<string> elem_ids
)

Parameters

elem_grp_ids
Type: System.Collections.GenericListString

[Missing <param name="elem_grp_ids"/> documentation for "M:Karamba.Algorithms.ElementsGroupedByClass.build(System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String})"]

elem_ids
Type: System.Collections.GenericListString

[Missing <param name="elem_ids"/> documentation for "M:Karamba.Algorithms.ElementsGroupedByClass.build(System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String})"]

See Also