Revit 2025.3 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: 25.3.0.0 (25.3.0.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