Revit 2021.1 API |
Application..::..DefaultIFCProjectTemplate Property |
Application Class See Also |
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: 21.0.0.0 (21.1.1.109)
Since:
2015
Syntax
C# |
---|
public string DefaultIFCProjectTemplate { get; } |
Visual Basic |
---|
Public ReadOnly Property DefaultIFCProjectTemplate As String Get |
Visual C++ |
---|
public: property String^ DefaultIFCProjectTemplate { String^ get (); } |