ScheduleSheetInstance.IsTitleblockRevisionSchedule Property

ScheduleSheetInstanceIsTitleblockRevisionSchedule Property

Identifies if this ScheduleSheetInstance is a revision schedule in a titleblock family.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsTitleblockRevisionSchedule { get; }
Public ReadOnly Property IsTitleblockRevisionSchedule As Boolean
	Get
public:
property bool IsTitleblockRevisionSchedule {
	bool get ();
}
member IsTitleblockRevisionSchedule : bool with get

Property Value

Boolean
Remarks
These schedule instances should not be modified in the project environment. To modify the revision schedule on a titleblock, edit the titleblock family.
See Also