<Code Lib>
2025.3 Method
Changes 0
M

ViewSchedule.IsValidCategoryForKeySchedule

Description:
Checks whether a category can be used for a key schedule.

public static bool IsValidCategoryForKeySchedule(
	ElementId categoryId
)

  • categoryId
    The category ID to check.
Return Value Boolean True if the category can be used for a key schedule, false otherwise.

Loading…