Start-up page for an ArcGIS Pro add-in

705
4
04-08-2019 06:54 PM
JaewonYang
New Contributor III

Hello,

I have to build an add-in for ArcGIS Pro, I know that I have to use Pro SDK. But for start up I need an exe file that initiate a process to ask for required layer files to be loaded, when I give the files these files automatically open in ArcGIS Pro within a new map project.

What should I do for this? I can make an add-in but how do I make an exe file that starts ArcGIS Pro on click? does the Runtime SDK supports this kind of functionality?

P.S: I am doing this on C# platform using VS 2017.

Tags (2)
0 Kudos
4 Replies
by Anonymous User
Not applicable

Hello Jaewon - 

It sounds like an ArcGIS Pro "Configuration" might fit your needs. 

Please see the following: 

ProConcepts - Configurations 

https://github.com/esri/arcgis-pro-sdk/wiki/ProConcepts-Configurations 

ProGuide - Configurations 

https://github.com/esri/arcgis-pro-sdk/wiki/ProGuide-Configurations 

Good Luck! 

+ bill 

JaewonYang
New Contributor III

Thanks, Bill

I will try this and I would like to bother you if further help required.

0 Kudos
UmaHarano
Esri Regular Contributor

Hi Jaowon,

You should create a Pro Configuration. This is similar to an add-in but it allows you to customize Pro's start-up experience. Using a Configuration you will be able to show a custom start page when the application launches. In this custom start page, you can display a control to list your layers.  When the layers are selected, you can initialize a Pro session - a New Map in your case - with the layers selected.

Here are some links that can get you started with this:

1. ProGuide: Configurations

2. ProConcepts: Configurations

3. Configuration Samples:

https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Framework/ConfigWithMap

https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Framework/ConfigWithStartWizard

Thanks

Uma

JaewonYang
New Contributor III

Thanks, Uma

I will try this and I would like to bother you if further help required.

0 Kudos