Select to view content in your preferred language

ArcPy objects

703
2
05-07-2014 12:01 PM
MichaelTuffly
New Contributor
Is there a document listing all the objects that are contained in ArcPy?
Tags (2)
0 Kudos
2 Replies
DanPatterson_Retired
MVP Emeritus
In short....No...
http://forums.arcgis.com/threads/60872-ArcGIS-10.1-arcpy-Wall-Reference
is an attempt, but the best reference is the help files
0 Kudos
JasonScheirer
Esri Alum
The wall reference is all of them, pulled directly from the help. Any other objects you'd run into in arcpy at runtime are either imported from other Python modules or for private use.

The help is the gold standard for understanding what's in arcpy.
0 Kudos