Gets the Element referenced by the input reference.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public Element GetElement(
Reference reference
)
Parameters
- reference Reference
-
The reference, whose referenced Element will be retrieved from the model.
Return Value
Element
The element referenced by the input argument.
Exceptions
Remarks
null will be returned if the input reference doesn't reference to a valid Element.
See Also
Reference