I'm new in ArcGIS and ArcPy.
I've got f.e. a Layer called "Flurnamen_5000". How can I find out (arcpy) if there exists a "Text Renderers" in Properties --> Symbologie --> Darstellung (look at the printsceen)?
If there is no Text Renderers in the Layer. I'd like to remove the Layer.
I started with:
>>> mxd = arcpy.mapping.MapDocument("CURRENT")
>>> lyr = arcpy.mapping.ListLayers(mxd, "Flurnamen_5000")
but I have no idea, how to check if a "Text Renderers" exists.
FeatureType is simple.