ElementRecordGetId Method |
Gets the id of the element record.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
SyntaxPublic Function GetId As ElementId
public:
ElementId^ GetId()
member GetId : unit -> ElementId
Return Value
ElementId
The element id.
See Also