ElementId Property


Link Load Result Element Id Property

The id of the created or loaded linked model.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ElementId ElementId { get; }

Property Value

ElementId
Remarks
This may be invalidElementId if there were errors (for example, LinkLoadResultType.SameModelAsHost causes no link to be created).
See Also