Message 1 of 7
unique ID for project
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Does anyone know if there is a unique ID number for projects stored in the Revit file?
I found one in the ProjectInfo.uid (see code snippit below)
Autodesk.Revit.DB.Document actdoc = this.ActiveUIDocument.Document;
ProjectInfo pi = actdoc.ProjectInformation;
pid = pi.UniqueId;
However, this is the UID of the ProjectInfo object, it can be the same in 2 different Revit files.
I'm trying to find a UID that is the same for the local and central files of the same project but different between seperate projects.
Anyone know if one exists?
Developer Advocacy and Support +