When a project is created in one major release version ofArcGIS Pro, it cannot be opened by an earlier major version of the software. Projects are forward compatible across major releases (for example, a project created inArcGIS Pro2.x.x can be opened in 3.x.x); however, once the proj...
ArcGISProject 示例 1 下面的脚本演示了如何将文档导入到现有ArcGIS Pro工程。同时还设置了一些默认工程设置并将结果保存到新文件。 importarcpy aprx = arcpy.mp.ArcGISProject(r"C:\Projects\blank.aprx") aprx.importDocument(r"C:\Projects\YosemiteNP\Documents\Yosemite.mxd") aprx.importDocument(r"C:\Pro...
“打开 Pro 工程项目”步骤用于打开在工程中配置的现有ArcGIS Pro工程项目,例如地图、布局、场景、任务和 Web 地图。 如果项目是制图项目,数据图层可自动指向作业特定数据版本(如果可用)。 注: 只能从ArcGIS Pro运行此步骤类型。 要获取与在ArcGIS Workflow ManagerWeb 应用程序中相似的体验,使用打开 Web 应用程序步骤...
“打开 Pro 工程项目”步骤用于在 ArcGIS Pro 中打开现有工程或工程包。 可以配置要添加至工程的项目,例如地图、布局、场景、任务项目和 Web 地图,以确保对正确的项目执行操作。 如果工程包含制图项目,则数据图层可以自动指向适当的作业特定数据版本。 在ArcGIS Pro 中运行该步骤时,在该步骤中定义的项目将在指定的 ...
ArcGIS Pro入门的一种方式是导入现有的ArcMap地图文档 (.mxd)。 登录到您的ArcGIS 组织帐户。 注: 如果您没有组织账户,请参阅软件访问权限选项。 下载Mali Language GroupsZIP 文件。 打开MaliLanguageGroups.zip文件并将 ZIP 文件的内容提取到您选择的位置,然后打开新的MaliLanguageGroups文件夹。
project package file. It is like a zipped version of an ArcGIS Pro project. It can contain all of the things that a project contains: maps, data, scripts, models, symbology, settings, layouts, styles, and so on. Anything that can’t be stored in a project can be included as an ...
Create an empty project Create a new project with specified name Create new project using Pro's default settings New project using a custom template file Create a project using template available with ArcGIS Pro Open an existing project Get the Current project Get location of current pr...
arcgis pro ArcGISProject ArcGISProject 描述 用于访问 ArcGIS Pro 工程方法和属性。大多数地图自动化工作流都需要引用此对象。 说明 ArcGISProject 对象用于访问 ArcGIS Pro 应用程序中找到的众多工程属性和方法。ArcGISProject 对象通常是最先引用的对象(这些对象是在地图自动化脚本中创建的)之一,因为它是访问几乎所有其...
OpenArcGIS Pro, and start a new project (a template is not required). On theViewtab in theWindowsgroup, click thePythonbutton to show the Python window. Paste the following script in the Python window to display the version, patch level and build number: ...
When ArcGIS Pro opens, navigate to the location of your CommunitySampleData download folder. Within the CommunitySampleData folder, open the "Interacting with Maps\Interacting with Maps.aprx" project file. Open the map if a map view didn't open. Observe its context (table of contents, active...