在使用 OpenProProjectItems 步骤运行自定义插件时,可以使用 ArcGIS Pro SDK 3.4 for .NET 中的工作流客户端命名空间来检索 jobId 值。 编辑 常规 编辑拓扑边、结点或折点时,您可以暂时禁用工具的边选项卡上显示的选择树视图中图层或边的编辑。 您可以自定义与地图和地理数据库拓扑一起出现的拓扑叠加的显示样式...
ArcGISProject 对象通常是最先引用的对象之一(这些引用是在地图自动化脚本中创建的),因为它是用于访问 ArcGIS Pro 中大多数其他对象的主要入口点。 可使用 ArcGISProject 函数引用工程。 其属性可用于获取或设置以下工程设置:defaultGeodatabase、defaultToolbox、documentVersion、filePath 和其他。 其方法(例如 updateFol...
ArcGISProject 示例 1 下面的脚本演示了如何将文档导入到现有 ArcGIS Pro 工程。同时还设置了一些默认工程设置并将结果保存到新文件。 import arcpy aprx = arcpy.mp.ArcGISProject(r"C:\Projects\blank.aprx") aprx.importDocument(r"C:\Projects\YosemiteNP\Documents\Yosemite.mxd") aprx.importDocument(r"...
// // <auto-generated>// This code was generated by a tool./// Changes to this file may cause incorrect behavior and will be lost if// the code
“打开 Pro 工程项目”步骤用于在 ArcGIS Pro 中打开现有工程或工程包。 可以配置要添加至工程的项目,例如地图、布局、场景、任务项目和 Web 地图,以确保对正确的项目执行操作。 如果工程包含制图项目,则数据图层可以自动指向适当的作业特定数据版本。 在ArcGIS Pro 中运行该步骤时,在该步骤中定义的项目将在指定的 ...
ArcGISProject 描述 用于访问 ArcGIS Pro 工程方法和属性。大多数地图自动化工作流都需要引用此对象。 说明 ArcGISProject 对象用于访问 ArcGIS Pro 应用程序中找到的众多工程属性和方法。ArcGISProject 对象通常是最先引用的对象(这些对象是在地图自动化脚本中创建的)之一,因为它是访问几乎所有其他 ArcGIS 工程对象的主要...
ArcGIS Pro is a powerful desktop GIS software with innovative tools for managing spatial data, performing advanced mapping analytics, and creating stunning visualizations.
Go to ArcGIS Pro pricing Self-hosted geospatial infrastructure Go to ArcGIS Enterprise pricing Talk to someone on our sales team 800-447-9778 7:00 a.m.–5:00 p.m., Monday through Friday (PT) Outside the US Contact the sales team ...
Project 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 cu...
However when creating a new Project, you have to select the default folder location, which sets the default file geodatabase, and toolbox. So I get everything set in my Pro Project, then Share > Export Project Template. It creates the template and I can share it how ...