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