Gets the Element referenced by the input reference.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public Element GetElement( Reference reference )
Parameters
- reference Reference
- The reference, whose referenced Element will be retrieved from the model.
Return Value
ElementThe element referenced by the input argument.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |