Is a table in ArcMap a layer or a tableview. I want to be able to feed a table into an UpdateCursor via a toolbox script. If my table has a definition query on it how do I check for that with python?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
And here is how you get the definition query, again with a describe:
EDIT: blah238 is correct:
So, evidently a table is seen as a File and not a Dataset? The help topic on File properties isn't very helpful. |
|||||||||
|
|
Thanks @blah238. I found this arcpy.mapping.ListTableViews(mxd, "", df): which is what I was looking for here |
|||
|
|