Gets the subelement referenced by a unique id string.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public Subelement GetSubelement(
string uniqueId
)
Parameters
- uniqueId String
-
The unique id that identifies element or subelement.
- UniqueId
Return Value
Subelement
The subelement referenced by the input argument.
Exceptions
Remarks
null will be returned if the input id string doesn't reference to a valid element or subelement.
See Also
Reference