Revit 2026 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: 26.0.4.0 (26.0.4.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