Skip to content

ArcGIS Pro 1.4 SDK for .NET

Compare
Choose a tag to compare
@UmaHarano UmaHarano released this 12 Jan 18:34
· 42 commits to master since this release

Requirements

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

ArcGIS Pro

  • ArcGIS Pro 1.4

Supported platforms

  • Windows 10 (Pro, Enterprise, Home) (64 bit [EM64T])
  • Windows 8.1 Basic, Professional, and Enterprise (64 bit [EM64T])
  • Windows 7 SP1 Ultimate, Enterprise, Professional, and Home Premium (64 bit [EM64T])

Supported .NET framework

  • Microsoft .NET Framework 4.6.1 Developer Pack

Supported IDEs

  • Visual Studio 2015 (Professional, Enterprise, and Community Editions)
  • Visual Studio 2013 (Professional, Premium, Ultimate, and Community Editions)

Note: ArcGIS Pro system requirements

Installing ArcGIS Pro SDK for .NET

ArcGIS Pro SDK for .NET can be downloaded and installed using either one of the following options:

  • Download and install from within Visual Studio (recommended option)
  • Download from MyEsri.com

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

Release notes

ArcGIS Pro 1.4 SDK for .NET

These release notes describe details of the ArcGIS Pro 1.4 SDK for .NET release. Here you will find information about available functionality as well as known issues and limitations.

####What's new

The following functionality is available at the ArcGIS Pro 1.4 SDK for .NET release:

1. Configurations.

The Managed Configuration is a brand new add-in pattern and template for customizing the Pro UI/UX at start-up. Managed Configurations are implemented by overriding the new ArcGIS.Desktop.Framework.Contracts.ConfigurationManager class. A step by step ProGuide on customizing Pro with a Managed Configuration is also available.

#####2. Light and Dark Theme

With the new light and dark theme capability at Pro 1.4, the SDK provides the ability to style your add-ins and configurations for whichever theme you choose. Styling your add-ins and configurations for Windows' High Contrast mode (for vision impaired users) is also supported.

3. API Enhancements

Pro API enhancements include support for geodatabase joins, database SQL syntax, horizontal/vertical datums, new UI controls. For a detailed list of changes to the ArcGIS Pro API refer to the What's new for developers at 1.4 topic in the ArcGIS Pro API Reference Guide.

4. SDK Resources

There are many new ProConcepts, ProGuide, ProSnippets, and samples to help you get up and running with the new SDK features including:

5. Other

Deprecation Notice: Tool and Sketch tool item templates are no longer available.

Please use the Map tool item template. Refer to the new ProGuides for Map Tools under the Map Exploration section. Also refer to the Map Tool section in the ProConcepts: Map Exploration.

Build Server configuration: Compile ArcGIS Pro Add-ins and Configurations without a full installation of ArcGIS.

Starting with ArcGIS Pro SDK 1.4 it is now possible to configure a build server to compile add-ins and configurations without a full installation of ArcGIS Pro. Please refer to Configure build server to build add-ins and configurations