Application.DefaultProjectTemplate Property

ApplicationDefaultProjectTemplate Property

Full path to the default template file for new project documents.

Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public string DefaultProjectTemplate { get; }
Public ReadOnly Property DefaultProjectTemplate As String
	Get
public:
property String^ DefaultProjectTemplate {
	String^ get ();
}
member DefaultProjectTemplate : string with get

Property Value

String
See Also