Share

SteelElementProperties.UniqueID Property

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.1.0.0 (26.1.0.34)

Syntax

C#

public Guid UniqueID { get; }

Property Value

Guid

Remarks

This id should not be confused with the guid returned by ExportUtils.GetExportId().

See Also

Reference

Was this information helpful?