Developing an app using openstudio modelobject
1) Loaded a sample osm file into model 2) Traversing the model to extract (.osm file) data 3) for an object-list field, able to obtain referred object name. 4) Since it is possible that the object name may not be unique, I would like to know the object's uuid rather than its name (from the object-list field) so that I can access the correct object.
Appreciate any help