Does anyone know if there is a way to create a new empty dataframe in ArcMap 10.1 using Arcpy?
Thanks
|
Does anyone know if there is a way to create a new empty dataframe in ArcMap 10.1 using Arcpy? Thanks |
|||
|
|
|
In general, map layout elements cannot be created in arcpy -- they must be pre-authored, after which you can use arcpy.mapping to move them, resize them, set properties, etc. In 10.1 they added cloning for text and graphic elements, but this does not apply to data frames, so it must be pre-authored. For more info see: |
|||||||||
|