Revit 2025.3 API
ApplicationDefault |
Full path to the default template file for new IFC project documents.
It may be empty, in which case the DefaultProjectTemplate should be used.
Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public string DefaultIFCProjectTemplate { get; }
Public ReadOnly Property DefaultIFCProjectTemplate As String Get
public: property String^ DefaultIFCProjectTemplate { String^ get (); }
member DefaultIFCProjectTemplate : string with get
Property Value
StringSee Also