Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

1
  • 4
    This is far and away the best method to interact with ArcObjects. The use of comtypes is great for prototyping but writing your own C extension will result in a good, Pythonic design (because you have to think about it) and better performance because you don't cross the C++/Python object barrier as much. Though for practical purposes, this is harder to design/develop/debug so the quick-and-dirty goes out the window. Commented Feb 3, 2011 at 1:08