|
Model_elem_guid2ind Field
|
maps BuilderBeam Guids to indexes of ModelElements.
Namespace:
Karamba.Models
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax[NonSerializedAttribute]
protected Dictionary<Guid, List<int>> _elem_guid2ind
<NonSerializedAttribute>
Protected _elem_guid2ind As Dictionary(Of Guid, List(Of Integer))
protected:
[NonSerializedAttribute]
Dictionary<Guid, List<int>^>^ _elem_guid2ind
[<NonSerializedAttribute>]
val mutable _elem_guid2ind: Dictionary<Guid, List<int>>
Field Value
Type:
DictionaryGuid,
ListInt32
See Also