<Code Lib>
2025.3 Method
Changes 0
M

ViewSchedule.IsValidCategoryForSchedule

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

public static bool IsValidCategoryForSchedule(
	ElementId categoryId
)

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

Loading…