RVTDocs.com
Namespace: Autodesk.Revit.DB Class: ElementId

ElementId(BuiltInCategory)

Constructor
Description:
Create an ElementId handle with the given BuiltInCategory id.
Syntax
public ElementId(
	BuiltInCategory categoryId
)
Parameters
Parameter Type Description
categoryId BuiltInCategory The id.
Return Value