Guest User

Untitled

a guest
Nov 17th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. import arcpy
  2. p = arcpy.mp.ArcGISProject("Current")
  3. for lyrx in arcpy.mp.ListLayers(p):
  4. print lyrx.name('')
  5. lyrx.visible = False
Add Comment
Please, Sign In to add comment