7

I am using ArcGIS 10.1 and I have a non-spatial table and some layers in a Data Frame.

When I switch to Layout View I want to be able to show the map in a data frame element and the table in another element (something that one could do with "Add Table To Layout" from Table Options, but I want to do this in one step without having to go to Table Options).

Is there a way to do this using ArcPy?

I couldn't find any function in the ArcPy library that would create a new Layout Element ... and then I also don't know how to add the contents of the table to the Layout Element.

PolyGeo
65.5k29 gold badges115 silver badges349 bronze badges
asked Feb 6, 2014 at 8:05
1

1 Answer 1

10

It is not possible to create a new Layout Element from scratch using ArcPy but since ArcGIS 10.1 you have been able to clone graphic and text elements.

In the GraphicElement (arcpy.mapping) help there is code that shows you how to use cloning to:

construct a graphic table based on data values from a table in the map document.

If you are not keen on using ArcPy to do this then there are a number of ArcGIS Ideas to which I recommend that you add your vote:

answered Feb 6, 2014 at 9:10
0

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.