Gets the subelement referenced by a parent id and subelement id.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public Subelement GetSubelement( ElementId id, int subId )
Parameters
- id ElementId
- Id of the element.
- subId Int32
- Id of the sub element.
Return Value
SubelementThe subelement referenced by the input argument.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |