Skip to content
Christopher Vazquez edited this page Jun 28, 2024 · 41 revisions

ArcGIS Pro Metadata Toolkit

Extend ArcGIS Pro with ArcGIS Pro Metadata Toolkit. The ArcGIS Pro Metadata Toolkit is based on the add-in and configurations extensibility pattern. This toolkit provides resources to support customizing the pages that appear in the ArcGIS Pro metadata editor to suit your organizational, community, or regional requirements. Customize the metadata display within ArcGIS Pro, and how metadata is imported to and exported from the ArcGIS Metadata XML format. Your modifications can be distributed as an ArcGIS Pro Metadata add-in.


In this topic

Introduction

The ArcGIS Metadata Toolkit provides information and supports the following activities relating to the creation and management of metadata in ArcGIS Pro. Customization of the metadata experience in ArcMap, ArcCatalog, ArcGlobe, and ArcScene is not supported by this toolkit.

  • Document the XML format in which an item’s metadata is made available to the metadata editor.
  • Change the pages included in the metadata editor, except for the Item Description page, which must be included.
  • Change the values provided in drop-down lists in the metadata editor.
  • Change the validation rules associated with the content that can be provided in the metadata editor.
  • Change the elements included in an existing metadata page, except for metadata elements that are required by ArcGIS software.
  • Add a custom metadata element to a page and to the ArcGIS metadata format.
  • Add a custom page to the metadata editor.
  • Change the manner in which metadata is displayed.
  • Change the Translator that is specified by default in the Export Metadata and Import Metadata dialog boxes. The Translator converts an item's ArcGIS metadata to a standard XML format, or converts metadata in a standard XML format to ArcGIS metadata.

The ArcGIS Metadata Toolkit is not intended to be used for the following purposes.

  • Change the manner in which ArcGIS software communicates with the metadata editor or an item’s metadata.
  • Change the entire metadata editor to store content in a different XML format instead of storing content in the ArcGIS metadata format.

Requirements

The ArcGIS Pro Metadata Toolkit has the same requirements as the ArcGIS Pro SDK for .NET. The machine on which you develop a custom version of the ArcGIS Pro metadata editor must satisfy the requirements.

Installing ArcGIS Pro Metadata Toolkit

After the ArcGIS Pro SDK for .NET, and ArcGIS Pro SDK for .NET (Utilities), have been downloaded and installed, the ArcGIS Pro Metadata Toolkit can also be downloaded and installed from within Visual Studio.

ArcGIS Pro Metadata Toolkit components

The following table summarizes the functionality of each .vsix file included in the SDK download:

Name File Functionality
ArcGIS Pro Metadata Toolkit proapp-sdk-metadata-templates.vsix A collection of project templates to customize existing pages in the ArcGIS Pro metadata editor, or add a new custom page to the editor

ArcGIS Pro Metadata Toolkit templates

Package: proapp-sdk-metadata-templates.vsix

ArcGIS Pro Metadata Toolkit provides the following project templates:

C# Name
ArcGIS Pro Custom Metadata Editor Source Project template

Get started

See Build your first ArcGIS Pro metadata editor add-in for step-by-step instructions on creating a custom metadata editor that is available in the ArcGIS Pro Options dialog box on the Metadata tab.