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

In This Topic
    TemplateType Property
    In This Topic
    Gets and sets the project template type that will be used to create the new project
    Syntax
    public TemplateType TemplateType {get; set;}
    Public Property TemplateType As TemplateType
    Remarks
    The default is TemplateType.Catalog. TemplateType
    Setting the TemplatePath overrides the TemplateType.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also