IdItemsMap Field

Dictionary that maps a false color id to the item with the parents needed to reach the entity instance through the BlockReference hierarchy.
Public Shadows IdItemsMap As Dictionary(Of Integer, SelectedItem)
This language is not supported or no code example is available.
new public Dictionary<int, SelectedItem> IdItemsMap
This language is not supported or no code example is available.

Field Value

Dictionary<int, SelectedItem>

.NET Framework

Supported in: 4.8

In this article

Definition