| Revit 2021.1 API |
| ElementRecord..::..GetCategoryId Method |
| ElementRecord Class See Also |
Gets the category id of the element record.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2011
Syntax
| C# |
|---|
public ElementId GetCategoryId() |
| Visual Basic |
|---|
Public Function GetCategoryId As ElementId |
| Visual C++ |
|---|
public: ElementId^ GetCategoryId() |