ViewScheduleGetValidCategoriesForKeySchedule Method

Gets a list of categories that can be used for a key schedule.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static ICollection<ElementId> GetValidCategoriesForKeySchedule()

Return Value

ICollectionElementId
The IDs of all valid categories.
See Also