GetCategory Method (Document, ElementId)


Retrieves a category object corresponding to the category id.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2016

Syntax

C#
public static Category GetCategory(
	Document document,
	ElementId categoryId
)
Visual Basic
Public Shared Function GetCategory ( _
	document As Document, _
	categoryId As ElementId _
) As Category
Visual C++
public:
static Category^ GetCategory(
	Document^ document, 
	ElementId^ categoryId
)

Parameters

document
Type: Autodesk.Revit.DBDocument
The document.
categoryId
Type: Autodesk.Revit.DBElementId
An category id.

Return Value

Returns a category object corresponding to the category id.

See Also