Dear all,
I’m working with BIM models published in my ArcGIS Online portal and visualized through a Web Scene. When I click on an element in the model (e.g., wall, window, beam), a pop-up appears showing all the attributes from the source IFC file or geodatabase.
I would like to hide or suppress some specific fields/attributes from being displayed when interacting with the model in Scene Viewer — for example, internal IDs, GUIDs, or other technical fields that are not relevant to the viewer. Can also be done using Python API or arcpy?
Any suggestions or workarounds would be greatly appreciated!
Thank you!
@beele
These are some of the ways you can do it
1. You can configure the pop-up before publishing in Pro.
2. If you run BIM File to GDB then can delete the attributes on the GDB and then published the building layer.
David