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

ViewSchedule.IsValidCategoryForSchedule

Method
Description:
Checks whether a category can be used for a regular schedule.
Syntax
public static bool IsValidCategoryForSchedule(
	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 regular schedule, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null