ArcGIS Pro 2.6 API Reference Guide
TemplateType Enumeration

ArcGIS.Desktop.Core Namespace : TemplateType Enumeration
Gets and sets the project system template type that will be used to create the new project
Syntax
Members
MemberDescription
Catalog Create a new project with an open catalog view. For example, create a project like this to manage your data.
GlobalScene Create a new project with an open 3D global scene.
LocalScene Create a new project with an open 3D local scene.
Map Create a new project with an open 2D map.
Untitled Start working in ArcGIS Pro without creating a project first. You can save a project later if you want to keep your work.
Remarks

Gets and sets the project system template type that will be used to create the new project Remarks: The selected template type will be applied when creating a new project.Supplying a full path to a template overrides this setting.The supplied template will be used instead of the supplied system template setting.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Desktop.Core.TemplateType

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Desktop.Core Namespace