Is there any way to identify a node or a path that is persistent across model changes and sessions?
If you need stable, unique IDs on elements, the best bet is to use some attribute. If you are working with DWG files, you can use the Entity Handle attribute. If you are using MicroStation v8 files, you can use the Element ID. In an ArchiCAD model, you use GUIDs etc.