Revit 2026 API
Steel |
This method will return the fabrication id. This represents the link between the Revit and the Steel Core element.
Namespace: Autodesk.Revit.DB.Steel
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Guid UniqueID { get; }
Public ReadOnly Property UniqueID As Guid Get
public: property Guid UniqueID { Guid get (); }
member UniqueID : Guid with get
Property Value
Guid
This id should not be confused with the guid returned by ExportUtils.GetExportId().
See Also