DocumentCreatingEventArgs.Template Property

DocumentCreatingEventArgsTemplate Property

The template file path to be used for creating the new document.

Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public string Template { get; }
Public ReadOnly Property Template As String
	Get
public:
property String^ Template {
	String^ get ();
}
member Template : string with get

Property Value

String
See Also