Project Description:
I need a Python script that reads and prints each of the properties for each layer in the map document in ArcGIS. The script needs to be able to handle at least 3 different types of layer and depending on the type of layer found, then prints out all the properties available for each layer type (for instance notice how FeatureClass properties are different than Table properties). Additionally print out all the available Workspace properties.
More projects to follow.