Category
Get
|
Get the ForgeTypeId identifier for each discipline for the given built-in category.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
public static IList<ForgeTypeId> GetBuiltInCategoryDisciplines(
BuiltInCategory categoryId
)
Parameters
- categoryId BuiltInCategory
- The built-in category.
Return Value
IList ForgeTypeIdThe identifiers of disciplines for the given built-in category.
| Exception | Condition |
|---|---|
| ArgumentException | categoryId is not a valid built-in category. See Category.IsBuiltInCategoryValid(BuiltInCategory). |
The returned list contains one or more identifiers of disciplines that can be compared with
[!:Autodesk::Revit::DB::DisciplineTypeId]
.
The given BuiltInCategory value must be valid according to
Category.IsBuiltInCategoryValid(BuiltInCategory)
.