ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / CreateProjectSettings Class / Name Property

In This Topic
    Name Property (CreateProjectSettings)
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also