Hi I have a GDB file with feature layers from ArcGIS Pro in it that I would like to use workbench to convert to CAD while maintaining the symbology colors.
I have extracted the colors of the symbology in hex code format *(E.g. #ffffff) into the attribute tables of the layers.
I added my GDB in as a Reader, added in an AttributeFilter, link the field that my symbology is dependent on back in ArcGIS, then added in a DWGStyler to every single possible option in that field in AttributeFilter.
I set the color of DWGStyler to be the field containing the hexcode, and then added in my output vis writer and connected everything.
But no matter what I try, the CAD file doesn't register any of that at all.
As you can see, none of the hex colors seemed to have gotten into my CAD file.