# NodeIDs

> A dictionary containing the scene node for a given ID

## Definition

* **Type:** Property
* **Namespace:** [Unity.VectorGraphics](/engine/6000.5/script-reference/unity/vectorgraphics.md)
* **Assembly:** UnityEngine.VectorGraphicsModule

```csharp
public readonly Dictionary<string, SceneNode> NodeIDs { get; }
```
