Hi
Currently I am converting a DWG file to GDB (file) / SHP,
The DWG file itself has line and polygon and they have color based on their different layer name.
Once I read the file, it showed only FME feature name, I used AttributeExposer to add autocad color column and a few more useful information, then I used DWGStyler and FeatureColorSetter but once I write the file to GDB or SHP and bring the data to ArcGISPro, the layer has only one single color. (Please see the attachments)
Can someone give me a clue how to solve it?