I'm trying to get the name of a layer in a mxd. It is a very simple mxd with one layer. I tried
and the result was <property object at 0x02A63660>
- Mike
Code:
lname = arcpy.mapping.Layer.name
print(lname)
- Mike