This method will return the fabrication id for the given reference.
Namespace: Autodesk.Revit.DB.SteelAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2019
Syntax
Visual Basic |
---|
Public Shared Function GetFabricationUniqueID ( _
aDoc As Document, _
reference As Reference _
) As Guid |
Visual C++ |
---|
public:
static Guid GetFabricationUniqueID(
Document^ aDoc,
Reference^ reference
) |
Return Value
The fabrication id of the element or subelement for this reference, if it has fabrication information attached, or an Guid.Empty otherwise.
Exceptions
See Also