Skip to content

Latest commit

 

History

History

arcgis-pro-sdk-community-samples

Topic: Content

ArcGIS Pro 3.3 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.3 SDK for Microsoft .NET Framework. The samples are demonstrating the key functions that are falling under the 'Content' topic.

Features

This folder contains ArcGIS Pro Add-In Samples that fall under the 'Content' topic:

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.

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