Revit 2026 API
View |
Gets a list of categories that can be used for a regular schedule.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static ICollection<ElementId> GetValidCategoriesForSchedule()
Public Shared Function GetValidCategoriesForSchedule As ICollection(Of ElementId)
public: static ICollection<ElementId^>^ GetValidCategoriesForSchedule()
static member GetValidCategoriesForSchedule : unit -> ICollection<ElementId>
Return Value
ICollectionElementIdThe IDs of all valid categories.
See Also