-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPython_Toolbox.ExportBookmarks.pyt.xml
More file actions
1 lines (1 loc) · 7.08 KB
/
Python_Toolbox.ExportBookmarks.pyt.xml
File metadata and controls
1 lines (1 loc) · 7.08 KB
1
<metadata xml:lang="en"><Esri><CreaDate>20141006</CreaDate><CreaTime>16015800</CreaTime><ArcGISFormat>1.0</ArcGISFormat><SyncOnce>TRUE</SyncOnce><ModDate>20170527</ModDate><ModTime>22543200</ModTime><scaleRange><minScale>150000000</minScale><maxScale>5000</maxScale></scaleRange><ArcGISProfile>ItemDescription</ArcGISProfile></Esri><dataIdInfo><idCitation><resTitle>Export Bookmarks</resTitle></idCitation><idAbs><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>This Python tool exports selected bookmarks in a MXD document to PDF, PNG or JPEG format.</SPAN></P></DIV></DIV></DIV></idAbs><searchKeys><keyword>Export</keyword><keyword>Mapping</keyword><keyword>Production</keyword><keyword>Bookmark</keyword></searchKeys><idCredit>An Tran</idCredit></dataIdInfo><distInfo><distributor><distorFormat><formatName>ArcToolbox Tool</formatName></distorFormat></distributor></distInfo><tool displayname="Export Bookmarks" name="ExportBookmarks" toolboxalias="CustomPythonTools" xmlns=""><parameters><param datatype="Boolean" direction="Input" displayname="Use Currently Opened File" expression="useCurrentFile" name="useCurrentFile" type="Required"><dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>Checked - Export bookmarks in the currently opened document. This is the DEFAULT.</SPAN></P><P><SPAN>Unchecked - Select another document to export from.</SPAN></P></DIV></DIV></DIV></dialogReference><pythonReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>A boolean to specify whether the tool should run on the currently opened map document. Defaults to True.</SPAN></P></DIV></DIV></DIV></pythonReference></param><param datatype="File" direction="Input" displayname="Map File" expression="{mxdFile}" name="mxdFile" type="Optional"><dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>The map document to export from.</SPAN></P></DIV></DIV></DIV></dialogReference><pythonReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>A DEFile specifying the map document to export from.</SPAN></P></DIV></DIV></DIV></pythonReference></param><param datatype="Folder" direction="Input" displayname="Output Location" expression="outLocation" name="outLocation" type="Required"><dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>The output directory where exported files will be saved.</SPAN></P></DIV></DIV></DIV></dialogReference><pythonReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>A DEFolder specifying output directory where exported files will be saved.</SPAN></P></DIV></DIV></DIV></pythonReference></param><param datatype="Multiple Value" direction="Input" displayname="Bookmarks List" expression="exportList;exportList..." name="exportList" type="Required"><dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>The bookmarks available in the selected map document.</SPAN></P></DIV></DIV></DIV></dialogReference><pythonReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>A GPString list of the bookmarks available in the selected document.</SPAN></P></DIV></DIV></DIV></pythonReference></param><param datatype="Boolean" direction="Input" displayname="Export Layout" expression="exportLayout" name="exportLayout" type="Required"><dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>Specifies whether the exported image should use the layout defined in the map document.</SPAN></P><P><SPAN>Checked - Export using layout. </SPAN></P><P><SPAN>Unchecked - Export the data frame only. Layout settings will be ignored. This is the DEFAULT setting.</SPAN></P></DIV></DIV></DIV></dialogReference><pythonReference><DIV STYLE="text-align:Left;"><DIV><P><SPAN>A boolean to specify whether the output file should contain layout elements e.g. titles, scales, legends. Defaults to False.</SPAN></P></DIV></DIV></pythonReference></param><param datatype="Double" direction="Input" displayname="Output Width" expression="outputW" name="outputW" type="Required"><dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>Output image width in inches.</SPAN></P><P><SPAN>This setting only applies when Export Layout is unchecked.</SPAN></P></DIV></DIV></DIV></dialogReference><pythonReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>A GPDouble specifying output image width in inches. This setting only applies when Export Layout is True.</SPAN></P></DIV></DIV></DIV></pythonReference></param><param datatype="Double" direction="Input" displayname="Output Height" expression="outputH" name="outputH" type="Required"><dialogReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>Output image height in inches.</SPAN></P><P><SPAN>This setting only applies when Export Layout is unchecked.</SPAN></P></DIV></DIV></DIV></dialogReference><pythonReference><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>A GPDouble specifying output image height in inches. This setting only applies when Export Layout is True.</SPAN></P></DIV></DIV></DIV></pythonReference></param><param name="outFormat" displayname="Output Format" type="Required" direction="Input" datatype="String" expression="PDF | PNG | JPEG"><dialogReference><DIV STYLE="text-align:Left;"><DIV><P><SPAN>The ouptut file format.</SPAN></P></DIV></DIV></dialogReference><pythonReference><DIV STYLE="text-align:Left;"><DIV><P><SPAN>A GPString specifying the output file format. Valid options are PDF, PNG, and JPEG.</SPAN></P></DIV></DIV></pythonReference></param></parameters><arcToolboxHelpPath>c:\program files (x86)\arcgis\desktop10.4\Help\gp</arcToolboxHelpPath><summary><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>This Python tool exports selected bookmarks in a MXD document to PDF, PNG or JPEG format.</SPAN></P></DIV></DIV></DIV></summary><usage><DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>Use this tool to export one or more bookmarks in a map document to PDF, PNG or JPEG format. You may specify output image height and width in inches, or use the default document layout.</SPAN></P></DIV></DIV></DIV></usage></tool><mdHrLv><ScopeCd value="005"/></mdHrLv></metadata>