Python


PYTHON_ARCOBJECTS.ZIP (22K) -- Using ArcObjects in Python

08/17/10 - ArcMap and ArcCatalog snippets support running both inside the applications and in a standalone session.

Because VBA support in ArcGIS is ending after version 10.0, VBA ArcObjects programmers are encouraged to migrate their scripts to other languages. The comtypes package allows Python scripts to use ArcObjects. This sample code, updated for ArcGIS 10, is originally from a presentation given at the 2010 ESRI Developer Summit.

FREQUENCY.PY (3K) -- Frequency Table Script

12/20/10

Works similar to the Frequency geoprocessing tool save that it doesn't require an ArcInfo license.


Return to ArcGIS page