This method will return the reference for the given fabrication id.
Namespace: Autodesk.Revit.DB.SteelAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static Reference GetReference(
Document aDoc,
Guid guid
)
Parameters
- aDoc Document
-
Document in which to search for the reference.
- guid Guid
-
The fabrication id for which a reference is required.
Return Value
Reference
The reference to the element or subelement corresponding to the given id.
Exceptions
See Also
Reference