I need to translate feature layer to some internal format.
The format include symbol for each feature (no renderer).
I can run a cursor on the layer to get feature geometry but finding the symbol is a problem.
I need to go to the renderer. If it is single symbol it is easy.
If unique value I need to find the field value for the feature and find the class in the renderer.
If there are other renderers I need to write more code (find between what classes the value is in case of class break etc.).
Is there any other way?