|
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)
Syntaxpublic static void ElementsEnlistGuids(
Dictionary<Guid, List<int>> elem_guid2ind,
List<BuilderElement> in_elems
)
Public Shared Sub ElementsEnlistGuids (
elem_guid2ind As Dictionary(Of Guid, List(Of Integer)),
in_elems As List(Of BuilderElement)
)
public:
static void ElementsEnlistGuids(
Dictionary<Guid, List<int>^>^ elem_guid2ind,
List<BuilderElement^>^ in_elems
)
static member ElementsEnlistGuids :
elem_guid2ind : Dictionary<Guid, List<int>> *
in_elems : List<BuilderElement> -> unit
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