Indicates if the schedule is set to filter by sheet.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public bool IsFilteredBySheet { get; set; }
Property Value
BooleanExceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | When setting this property: The schedule category is not supported to use filter by sheet. -or- When setting this property: The Schedule is split already. |
