We are looking for a way to distinguish between Revit models from multiple different computers. For BIM360 and Revit Server models, we are able to use
document.GetWorksharingCentralModelPath().GetModelGUID()
However, for local models and central models, we are not able to grab any sort of unique identifier for the model. We cannot set a parameter with a GUID due to the fact that multiple users start from a template Revit model, therefore copying the unique identifier and making them non-unique. Is there any way to uniquely distinguish a Revit model using the Revit API?