Share

LinkLoadResult.ElementId Property

The id of the created or loaded linked model.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

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

Reference

Was this information helpful?