Hi,
I have the situation that I want to build my own ArcGIS Pro startpage and create a new Pro project from it.Now I want to use the default directory for saving new projects, but I can't find a suitable property that would give me this.Project.Current can't deliver it, because at that time I don't have a project yet and Project.Current is therefore null.Am I missing something or isn't it there?
Kind regards,
Max
Thanks Charlie, glad to hear.
Hi Max, this has been added to 2.5. Look for "public static CreateProjectSettings GetDefaultProjectSettings();" on the Project class. Example usage:
Project.CreateAsync( Project.GetDefaultProjectSettings());
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.