Message 1 of 7
Revit 2024 changed to ElementId from int to long
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
My plugin saves information (including ElementId) to the Revit 2023 (and previous versions) scene using Entity.Set<int>. Now ElementId is a long, how do I handle this please? Do I load using Entity.Get<int> or <long>? If I use Get<long>, will older scene load correctly that were saved with Set<int>?
Thanks
Paul