I have the same problem stated here:
https://geonet.esri.com/thread/98493
When I set the visibility of a field to HIDDEN, the field will not become hidden.
l = arcpy.mapping.Layer("myLayer") desc = arcpy.Describe(l) finfo = desc.fieldInfo index = 0 finfo.setVisible(index,"HIDDEN")
أكثر...
https://geonet.esri.com/thread/98493
When I set the visibility of a field to HIDDEN, the field will not become hidden.
l = arcpy.mapping.Layer("myLayer") desc = arcpy.Describe(l) finfo = desc.fieldInfo index = 0 finfo.setVisible(index,"HIDDEN")
أكثر...