<Code Lib>
2025.3 Method
Changes 0
M

ScheduleDefinition.IsValidCategoryForEmbeddedSchedule

Description:
Indicates if a category can be used for an embedded ScheduleDefinition in this ScheduleDefinition.

public bool IsValidCategoryForEmbeddedSchedule(
	ElementId categoryId
)

  • categoryId
    The category ID to check.
Return Value Boolean True if the category can be used for an embedded ScheduleDefinition, false otherwise.

Loading…