Skip to content

Esri/arcgis-pro-sdk-community-samples

Repository files navigation

arcgis-pro-sdk-community-samples

ArcGIS Pro 3.2 SDK for Microsoft .NET Framework


 This page was generated by a tool.
 Manual changes to this page are lost when the page is regenerated.

This repository contains ArcGIS Pro Add-In Samples for the ArcGIS Pro 3.2 SDK for Microsoft .NET Framework. The samples are demonstrating the key functionalities in the following functional areas of ArcGIS Pro: Content, Framework, Editing, Geodatabase, Geometry, Geoprocessing, Layouts, Map Authoring, Map Exploration, Utility Network, Network Diagram, Sharing, TaskAssistant, and Workflow.

Features

This repository contains ArcGIS Pro Add-In Samples outlined in this ArcGIS Pro Add-In Sample list

Instructions

To contribute samples, it is recommended to have some background on Git and GitHub.

If you wish to contribute to this website, please

  • fork this repository on GitHub,
  • write your sample into a branch of your forked repo
  • make sure that all class files have triple slash comments
  • add the copyright header on all source files (including config.daml)
  • push your sample to a named branch,
  • then send a pull request.

Detailed instructions can be found here: ProGuide: Contribute Samples

Resources

You can use the above Pro SDK Icons as the image for your controls on the Pro Ribbon. Code snippet below provides the pack URI to be used in your add-in's config.daml.
<button...largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/<ImageNameHere>"/>

The icons below are new at ArcGIS Pro 2.8. To use these icons, download the Icons.zip from this link: ArcGIS Pro SDK Icons

Samples Data

  • Sample data for ArcGIS Pro SDK Community Samples can be downloaded from the repo releases page.

Requirements

The requirements for the machine on which you develop your ArcGIS Pro add-ins are listed here.

ArcGIS Pro

  • ArcGIS Pro 3.2

Supported platforms

  • Windows 11 (Home, Pro, Enterprise)
  • Windows 10 (Home, Pro, Enterprise) (64 bit)

ArcGIS Pro system requirements

Supported .NET

Supported IDEs

  • Visual Studio 2022 (v17.2 or higher)
    • Community Edition
    • Professional Edition
    • Enterprise Edition

We recommend installing a minimum version of 17.2 of Visual Studio. This version includes .NET 6.0.5 as part of the Visual Studio 2022 install (.NET SDK 6.0.3). Installing a lesser version of Visual Studio 2022 may require a separate install of the .NET Desktop Runtime 6.0.5 and/or .NET SDK 6.0.3. Consult Microsoft’s Download .NET 6.0 site for more information.

Third party assemblies

Newtonsoft Json

  • At 3.2, ArcGIS Pro is using version 13.0.1.25517 of the Newtonsoft Json NuGet. If you require Newtonsoft NuGet in your add-ins it is recommended to use the same version.

WebView2

  • Add-in developers can use the new WebViewBrowser control based on Microsoft Edge WebView2. Consult the WebView2 manifest in the Pro bin\WebView folder for the current WebView2 fixed version runtime in use by ArcGIS Pro.

Installing ArcGIS Pro SDK for .NET

ArcGIS Pro SDK for .NET can be downloaded and installed from within Visual Studio.

Read the ProGuide: Installation and Upgrade for detailed installation instructions.

ArcGIS Pro Add-In Community Sample List

Below is the list of 272 ArcGIS Pro samples that are included in this repository.

Content

Managed Configurations

Editing

Framework

MVVM / XAML

Geoprocessing

Geometry

Geodatabase

Map Authoring

Map Exploration

Layouts

Raster

SceneLayers

StreamLayers

VoxelLayers

Plugins

Parcel Fabric

Task Assistant

Utility Network

Network Diagram

3D Analyst

Workflow

Data Reviewer

Core Host

Sharing

Issues

Find a bug or want to request a new feature? Please submit an issue on Esri Community | ArcGIS Pro SDK Questions.

Contributing

Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.

Refer to this wiki for detailed instructions on the ArcGIS Pro SDK Samples submission process.

Licensing

Copyright 2023 Esri

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at:

https://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

A copy of the license is available in the repository's license.txt file.

      ArcGIS Pro SDK for Microsoft .NET Framework              Home | API Reference | Requirements | Download | Samples