I'm trying to batch export parts of a large feature class using python scripting:
arcpy.ExportCAD_conversion ([something.gdm\layer1, something.gdm\layer2],"DWG_R2007",exportlink+'\\'+sifkoS+".dwg", "IGNORE_FILENAMES_IN_TABLES", "OVERWRITE_EXISTING_FILES","")
Problem is that i get random colours for different layers and in different subsequent CAD files.
Can someone tell me how to define layer colour for export??
Thank you !