How do you keep settings from one session to another for an addin

379
2
Jump to solution
10-20-2017 10:12 AM
by Anonymous User
Not applicable

I am tasked with writing an addin for Pro, what is the recommended way (if it exists) to create settings for the add in that will hold from session to session, but could be changed by the user any time?  I'm developing this in VS2015 C#.

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
UmaHarano
Esri Regular Contributor

Hi,

There is a new ProGuide: Custom Settings that walks you through how to create custom project and application level settings using an add-in.

Thanks

Uma

View solution in original post

2 Replies
DanPatterson_Retired
MVP Emeritus

do you mean something like setting default values for inputs?

It is a standard option in most development environments

0 Kudos
UmaHarano
Esri Regular Contributor

Hi,

There is a new ProGuide: Custom Settings that walks you through how to create custom project and application level settings using an add-in.

Thanks

Uma