Revit 2026 API
Element |
Gets the id of the element record.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ElementId GetId()
Public Function GetId As ElementId
public: ElementId^ GetId()
member GetId : unit -> ElementId
Return Value
ElementIdThe element id.
See Also