Provide map surround type of Table Frame

173
2
02-26-2024 11:47 AM
Status: In Product Plan
Labels (1)
PhilLarkin1
Occasional Contributor III

Please provide a Table Frame type that can be used with createmappSurroundElement method of the Layout Class. Currently the only supported types are Legent, North Arrow, and Scale Bar. Besides cloning a CIM object there doesn't appear to be a procedure for creating a Table Frame in arcpy. 

 

 

Tags (1)
2 Comments
JeffBarrette
Status changed to: In Product Plan

This will be introduced in Pro 3.3.

Layout.createTableFrameElement(geometry, {mapframe}, {table}, {fields}, {style_item}, {name})

There will also be a TableFrame class

Jeff - Layout and arcpy.mp teams.

PhilLarkin1

Thanks @JeffBarrette