Hello! I'm fairly new to using ArcGIS Pro, and I was looking up on whether ArcGIS Pro can do the following:
1) Are we able to add GUID to certain part of a 3D model that was imported into ArcGIS Pro using FileGDB from city engine?
I'm trying to label part of the building of the 3D models using unique IDs but Im not sure if its possible in ArcGIS Pro.
Sorry for the trouble and thank you!
Solved! Go to Solution.
@Richie5678 You should be able to add fields to any features in the FileGDB.
Add Field and specify the field type as GUID
Data design will allow you to view all fields and add/delete as needed
GlobalIDs uniquely identify a feature or table row in a geodatabase and across geodatabases ans is required for specific capabilities like replication, versioning etc. If you need to add globalIDs follow Dan's guidance on using
There is one tool in Arctoolbox
Add Global IDs (Data Management)—ArcGIS Pro | Documentation
but whether it can be applied to to your imported data is another question
@Richie5678 You should be able to add fields to any features in the FileGDB.
Add Field and specify the field type as GUID
Data design will allow you to view all fields and add/delete as needed
GlobalIDs uniquely identify a feature or table row in a geodatabase and across geodatabases ans is required for specific capabilities like replication, versioning etc. If you need to add globalIDs follow Dan's guidance on using