ArcGIS Pro 2.9 API Reference Guide
Name Property (CreateProjectSettings)

ArcGIS.Desktop.Core Namespace > CreateProjectSettings Class : Name Property
Gets and sets the name of the project that will be created
Syntax
public string Name {get; set;}
Public Property Name As String
Remarks

The default project name is "MyProject". If not set, a name is generated appropriately for the LocationPath. For example, if the LocationPath already contains projects named MyProject, MyProject1 and MyProject2, the name MyProject3 will be used for the new project.

If the Name property is set, the provided name will be used when the project is created. If another project with the same name already exists at LocationPath, the name will be incremented; for example, if the name "TestProject" is provided, the new project will be named TestProject1.

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

CreateProjectSettings Class
CreateProjectSettings Members