Click or drag to resize

ModelBuilderElementsEnlistGuids Method

Enlists the element and element set guids in the model.

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static void ElementsEnlistGuids(
	Dictionary<Guid, List<int>> elem_guid2ind,
	List<BuilderElement> in_elems
)

Parameters

elem_guid2ind
Type: System.Collections.GenericDictionaryGuid, ListInt32
Mapping from guid to element indexes.
in_elems
Type: System.Collections.GenericListBuilderElement
List of input elements.
See Also