The document's title.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public string Title { get; }
Property Value
String
Remarks
Title is derived from the document's filename, not including the filename extension.
Note that returned title will be defaulted if no document saved.
Note that returned string may be empty if a document is detached. See
IsDetached.
See Also
Reference