Revit 2026 API
Schedule |
Checks whether a schedule can be filtered by sheet.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsValidCategoryForFilterBySheet()
Public Function IsValidCategoryForFilterBySheet As Boolean
public: bool IsValidCategoryForFilterBySheet()
member IsValidCategoryForFilterBySheet : unit -> bool
Return Value
BooleanTrue if the schedule can be filtered by sheet, false otherwise.
See Also