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

ElementId(Int64)

Constructor
Description:
Create an ElementId handle with the given 64-bit integer id.
Syntax
public ElementId(
	long id
)
Parameters
Parameter Type Description
id Int64 The id.
Return Value