Checks whether a category can be used for a key schedule.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
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