Share

Document.GetElement(ElementId) Method

Gets the Element referenced by the input ElementId.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public Element GetElement(
	ElementId id
)

Parameters

id  ElementId
The ElementId, whose referenced Element will be retrieved from the model.

Return Value

Element
The element referenced by the input argument.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

Remarks

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

See Also

Reference

Was this information helpful?