Test the category id to make sure the category is allowed for a DirectShape or DirectShapeType.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2015
Syntax
| C# |
|---|
|
| Visual Basic |
|---|
|
| Visual C++ |
|---|
|
Parameters
- categoryId
- Type: Autodesk.Revit.DBElementId
Category id to be tested.
- doc
- Type: Autodesk.Revit.DBDocument
Document to look up the category by id.
Return Value
True if the category is allowed for a DirectShape or DirectShapeType, false if not.Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.ExceptionsArgumentNullException | A non-optional argument was null |