Revit 2026 API
Link |
The id of the created or loaded linked model.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ElementId ElementId { get; }
Public ReadOnly Property ElementId As ElementId Get
public: property ElementId^ ElementId { ElementId^ get (); }
member ElementId : ElementId with get
Property Value
ElementId
This may be invalidElementId if there were errors
(for example, LinkLoadResultType.SameModelAsHost
causes no link to be created).
See Also