Select to view content in your preferred language

Is there a way to open an Attribute Table programatically in ArcMap using Arcpy 10.1?

1459
2
Jump to solution
02-07-2013 01:05 PM
RebeccaStrauch__GISP
MVP Emeritus
Is there an arcpy command that can will OPEN and display an attribute table of a given feature class (programatically)?  

I'm using arcpy.mapping.UpdateLayer to change the symbology and field visibility, but then I want the attribute table open (without manually having to do so).  The script  is attached to a button that is prepping the feature class for editing.  Another button will select a subset of features, zoom, and then allow the user to update attributes.

I know that the attribute can be opened with a right-click one time and the edit button will work, but it would be nice if this could be built in to the editing button in case the attrbitue table wasn't already open.

I'm open for other suggestions (but sticking with arcpy).

Thanks
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
MathewCoyle
Honored Contributor
I don't believe that level of access is exposed to the arcpy module, that is getting into ArcObjects territory.

View solution in original post

0 Kudos
2 Replies
MathewCoyle
Honored Contributor
I don't believe that level of access is exposed to the arcpy module, that is getting into ArcObjects territory.
0 Kudos
RebeccaStrauch__GISP
MVP Emeritus
I don't believe that level of access is exposed to the arcpy module, that is getting into ArcObjects territory.


Thanks.  I figured that was the answer, but didn't want to assume.
0 Kudos