Checks whether a category can be used for a key schedule.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 16.0.0.0 (16.0.0.0)
Since:
2013
Syntax
C# |
---|
public static bool IsValidCategoryForKeySchedule(
ElementId categoryId
) |
Visual Basic |
---|
Public Shared Function IsValidCategoryForKeySchedule ( _
categoryId As ElementId _
) As Boolean |
Visual C++ |
---|
public:
static bool IsValidCategoryForKeySchedule(
ElementId^ categoryId
) |
Return Value
True if the category can be used for a key schedule,
false otherwise.
Exceptions
See Also