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