Document Get |
Gets the Element referenced by the input reference.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)

Parameters
- reference Reference
- The reference, whose referenced Element will be retrieved from the model.
Return Value
ElementThe element referenced by the input argument.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |

will be returned if the input reference doesn't reference to a valid Element.
