|
ModelBuilderNodeIndToElemInds Method
|
Creates a mapping from node index to element indices.
Namespace:
Karamba.Models
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic static Dictionary<int, List<int>> NodeIndToElemInds(
List<ModelElement> elems
)
Public Shared Function NodeIndToElemInds (
elems As List(Of ModelElement)
) As Dictionary(Of Integer, List(Of Integer))
public:
static Dictionary<int, List<int>^>^ NodeIndToElemInds(
List<ModelElement^>^ elems
)
static member NodeIndToElemInds :
elems : List<ModelElement> -> Dictionary<int, List<int>>
Parameters
- elems
- Type: System.Collections.GenericListModelElement
List of elements.
Return Value
Type:
DictionaryInt32,
ListInt32Mapping from node index to element indices.
See Also