Hello,
Using a script, I automatically generate a large number of feature classes. These are different layers with the suffixes _Floors, _Furniture and _Rooms. They are saved in a .gdb, which is then published to ArcGIS Online using a Python script.
This process works well. Now, I want each feature class to automatically receive the same style (symbology) based on its name suffix, so that I don’t have to assign the symbology manually in ArcGIS Online afterwards.
How can I assign symbology automatically within my Python code?
Thanks in advance
Eric