Revit 2026 API
Steel |
This method will return the reference for the given fabrication id.
Namespace: Autodesk.Revit.DB.Steel
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static Reference GetReference( Document aDoc, Guid guid )
Public Shared Function GetReference ( aDoc As Document, guid As Guid ) As Reference
public: static Reference^ GetReference( Document^ aDoc, Guid guid )
static member GetReference : aDoc : Document * guid : Guid -> Reference
Parameters
- aDoc Document
- Document in which to search for the reference.
- guid Guid
- The fabrication id for which a reference is required.
Return Value
ReferenceThe reference to the element or subelement corresponding to the given id.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also