ApplicationDefaultProjectTemplate Property |
Full path to the default template file for new project documents.
Namespace: Autodesk.Revit.ApplicationServicesAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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