摘要
Adjusts the size of the data frames in the map document based on the product type.
用法
- This tool is used to update the height and width of the auxiliary data frames in a map document. It is used by the Create Rapid Graphic tool to get the data frames as close to specification as possible. If you have a map document where the data frames are not the proper size, run this tool to resize the frames without altering their scale.
语法
UpdateDataFrames(Input_Map_Document, Product_Type)
参数 | 说明 | 数据类型 |
Input_Map_Document | The map document file that will be updated. This must be the path to a map document and not a map document object. | ArcMap Document |
Product_Type | The supported product types for this tool are the following:
| String |
代码示例
UpdateDataFrames example
The following code sample demonstrates how to execute UpdateDataFrames.
# Importing defense from arcpy module
from arcpy import defnese
# Setting path to mxd
mxd=r'C:\Data\MDG50_TRD_4_0.mxd'
# Calling Update Data Frames tool
defense.UpdateDataFrames(mxd,"MDG50_MGCP")
环境
许可信息
- ArcGIS Desktop Basic: 否
- ArcGIS Desktop Standard: 需要 Defense Mapping
- ArcGIS Desktop Advanced: 需要 Defense Mapping