RVTDocs.com
Namespace: Autodesk.Revit.DB Class: ViewSchedule

ViewSchedule.IsValidCategoryForKeySchedule

Method
Description:
Checks whether a category can be used for a key schedule.
Syntax
public static bool IsValidCategoryForKeySchedule(
	ElementId categoryId
)
Parameters
Parameter Type Description
categoryId ElementId The category ID to check.
Return Value
Type Description
Boolean True if the category can be used for a key schedule, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null