ViewScheduleExportOptionsTitle Property |
Whether or not to export the schedule title. Default is true.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool Title { get; set; }
Public Property Title As Boolean
Get
Set
public:
property bool Title {
bool get ();
void set (bool value);
}
member Title : bool with get, set
Property Value
Boolean
See Also