Revit 2025 API
ApplicationDefault |
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
StringSee Also