| Revit Preview Release 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: 19.0.0.0 (19.0.0.405)
Since:
2011
Syntax
| C# |
|---|
public ElementId GetCategoryId() |
| Visual Basic |
|---|
Public Function GetCategoryId As ElementId |
| Visual C++ |
|---|
public: ElementId^ GetCategoryId() |