ElementId Constructor (BuiltInCategory)


Element Id(Built In Category) Constructor

Create an ElementId handle with the given BuiltInCategory id.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ElementId(
	BuiltInCategory categoryId
)

Parameters

categoryId BuiltInCategory
The id.
See Also