Gets the subelement referenced by a unique id string.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public Subelement GetSubelement( string uniqueId )
Parameters
- uniqueId String
-
The unique id that identifies element or subelement.
- UniqueId
Return Value
SubelementThe subelement referenced by the input argument.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |