Revit 2025.3 API
DocumentGet |
Gets the subelement referenced by the input reference.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public Subelement GetSubelement( Reference reference )
Public Function GetSubelement ( reference As Reference ) As Subelement
public: Subelement^ GetSubelement( Reference^ reference )
member GetSubelement : reference : Reference -> Subelement
Parameters
- reference Reference
- The reference that identifies element or subelement.
Return Value
SubelementThe subelement referenced by the input argument.

Exception | Condition |
---|---|
ArgumentException | reference does not identify a valid element or subelement. |
ArgumentNullException | A non-optional argument was null |
See Also