ScheduleDefinitionShowTitle Property |
Indicates if the title will be displayed in the schedule.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool ShowTitle { get; set; }
Public Property ShowTitle As Boolean
Get
Set
public:
property bool ShowTitle {
bool get ();
void set (bool value);
}
member ShowTitle : bool with get, set
Property Value
Boolean
See Also